Description Usage Arguments Value Examples
Estimates the result of the irt() function.
1 2 3 4 5 6 7 | fit_wizirt(
object,
data,
formula = NULL,
control = parsnip:::control_parsnip(),
...
)
|
object |
The object returned by a fit function. |
data |
A dataframe with persons as rows and items as columns. |
A list with the estimated information. Most information is found in the 'fit' slot.
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.