convert_theta | R Documentation |
convert raw score to theta and proficiency estimates
convert_theta(raw_theta_tbl, name, round = TRUE)
raw_theta_tbl |
table with theta values, in a column called |
name |
The name of the given test, e.g., |
round |
Implement standard rounding, rather than R's rounding. |
data frame with the raw scores, thetas, and proficiency estimates
library(exirt) ## Not run: convert_theta(raw_theta_tbl = raw_to_scale(), name = 'ELA_G8') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.