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 2 3 4 5 6 7 | irt_person_fit(
wizirt_fit,
stats = c("Ht"),
items = NULL,
level = 0.05,
na.rm = FALSE
)
|
wizirt_fit |
An object coming from the fit_wizirt function. |
stats |
A character or character string identifying person-level fit measures. Default is "Ht", but accepts all of the person-fit measures from the PerFit package. |
items |
Which items toe plot? Either a numeric vector of item positions in the column names of the data, or a vector of the item names to include. If nothing is specified all items are included. |
level |
Numeric. Significance level for bootstrap distribution (value between 0 and 1). Default is 0.05. |
na.rm |
Logical. If FALSE, NAs are still removed, there is just a warning printed. |
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.