README.md

roarscore

R package for estimating WJ scores from ROAR-LDT item responses.

To install package within R:

devtools:install_github('klintkanopka/roarscore')

Afterward, package can be loaded like any other:

library(roarscore)

In its present form, roarscore provides a single function, estimate_wj(). Usage is simple. First construct a dataframe with the following columns:

Estimate scores by calling estimate_wj on your dataframe like so:

output <- estimate_wj(d)

The output will have the following columns:

The primary feature of this package are that the models used to estimate roar, wj_lwid_raw, and wj_lwid_ss can be updated without changing the functionality of the package itself. As more data becomes available, these models will be updated. Note also that roarscore depends on mirt, and will install it if it is not already installed.



klintkanopka/roarscore documentation built on Dec. 21, 2021, 7:38 a.m.