Description Usage Arguments Value Examples
The main function of the advanced user interface (API) for wizirt. Must be used in conjunction with fit_wizirt to estimate the model.
1 |
mode |
Must be 'regression' for item response theory. A future version will add 'classification' for latent class analysis. |
item_type |
The type of IRT model to be run. A character vector of either 'Rasch' or '2PL'. |
irt_pars |
Logical. Should the parameters be traditional IRT parameterization? |
An object to be passed to 'fit_wizirt'.
1 2 3 | my_model <- irt(item_type = 'Rasch') %>%
set_engine("ltm") %>%
fit_wizirt(data = responses)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.