get_mirt_stats | R Documentation |
mirt()
fitExtract item parameters from mirt()
fit
get_mirt_stats(x)
x |
A |
A data frame of item parameters
library(mirt)
data = simdata(seq(0.2, 2, length.out = 5), seq(-2, 2, length.out = 5), 1000, itemtype = "2PL")
fit = mirt(data, 1)
get_mirt_stats(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.