raw_to_rit | R Documentation |
Creates a single dataframe that has the raw score, theta value and standard error associated with that raw score, the conversion to a RIT score and RIT standard error, and the performance level for the corresponding score. All conversions are returned for all tests.
raw_to_rit(round = TRUE, subscore = FALSE, db)
round |
Should the RIT scores be rounded? Defaults to |
subscore |
Do you want ELA subscores reported as well? |
db |
The db to get the pattern data from. |
data frame with raw score, theta value and standard error associated with that raw score, the conversion to a RIT score and RIT standard error, and the performance level for the corresponding score
library(exirt) ## Not run: ela_math_science <- raw_to_rit() rdg_wri <- raw_to_rit(subscore = FALSE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.