get_reliabilities | R Documentation |
mirt
modelGet reliability distribution of a mirt
model
get_reliabilities(x)
x |
A |
A data frame of reliability values
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_reliabilities(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.