get_person_estimates | R Documentation |
Get person abilities
get_person_estimates(model_ob, full_demo_data, single_df = FALSE)
model_ob |
The fitted model or list of fitted models |
full_demo_data |
The full test, including the demographic data, e.g.,
the output from |
single_df |
Should a single data frame be returned? Defaults to
|
Person estimates with confidence standard errors, including conversions to RIT scores and the performance level
library(exirt) ## Not run: math_items <- dbprocess::get_items( content = 'Math', grade = 11, db = 'ORExt1819' ) rasch_mod <- exirt::rasch( test = math_items, omit_field_test = TRUE ) person_estimates <- get_person_estimates( model_ob = rasch_mod, full_demo_data = math_items ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.