Package: idmact Title: Interpreting Differences Between Mean ACT Scores Version: 1.0.1.9000 Authors@R: person("Mackson", "Ncube", , "macksonncube.stats@gmail.com", role = c("aut", "cre", "cph")) Description: Interpreting the differences between mean scale scores across various forms of an assessment can be challenging. This difficulty arises from different mappings between raw scores and scale scores, complex mathematical relationships, adjustments based on judgmental procedures, and diverse equating functions applied to different assessment forms. An alternative method involves running simulations to explore the effect of incrementing raw scores on mean scale scores. The 'idmact' package provides an implementation of this approach based on the algorithm detailed in Schiel (1998) which was developed to help interpret differences between mean scale scores on the American College Testing (ACT) assessment. The function idmact_subj() within the package offers a framework for running simulations on subject-level scores. In contrast, the idmact_comp() function provides a framework for conducting simulations on composite scores. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 URL: https://github.com/mncube/idmact BugReports: https://github.com/mncube/idmact/issues Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Imports: rlang VignetteBuilder: knitr Repository: https://mncube.r-universe.dev Date/Publication: 2023-05-18 17:05:54 UTC RemoteUrl: https://github.com/mncube/idmact RemoteRef: HEAD RemoteSha: d80b08cf9f16757d26e622745cdcad3604cfcdc3 NeedsCompilation: no Packaged: 2026-07-17 07:31:32 UTC; root Author: Mackson Ncube [aut, cre, cph] Maintainer: Mackson Ncube