Description Usage Arguments Value Examples
View source: R/irt_person_fit.R
If there is missing data present, non-parametric imputation will be done to get the cutoff for the measures.
1 | irt_person_fit(wizirt_fit, stats = c("Ht"), items = NULL)
|
wizirt_fit |
An object coming from the fit_wizirt function. |
stats |
A character or character string identifying person-level fit measures. Default is "Ht". All of the stats in PerFit should be available. Let me know if any don't work. for more information. |
A list with person-level statistics, person-response functions, data for person-response functions, and an empty slot for multi-level information that will be coming soon.
1 | pfa <- wizirt2:::irt_person_fit(my_model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.