View source: R/statistics_get_parameters.R
statistics_get_parameters | R Documentation |
Compute Item Response Theory statistics about documents and items.
statistics_get_parameters(
results,
model_formula = "correct ~ ability",
minobs = 10
)
results |
Tibble. observation (e.g. student attempt in test), code (e.g. question) and score (percentage of completion). |
model_formula |
Character Model used to estimate parameters (converted into a formula in yhe function) |
minobs |
Integer. |
Models and parameters
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.