Description Usage Arguments Value References See Also
Graphs confidence bands of an item, to evaluate the goodness of fit of the model.
1 2 | envelope_itemf(item, numboot = 100, alpha = 0.05, item.fit, data,
seed = 5000L)
|
item |
a number indicating the item to be evaluated. |
numboot |
number of iterations bootstrap, used to plot the envelopes. By default 100. |
alpha |
level of significance to plot the envelopes. By default 0.05. |
item.fit |
object LatentREGpp::itemfit() type. |
data |
a dataframe or a matrix with the test data. |
seed |
the seed to fix the random sample. By default 500L. |
plot with the envelopes and the caracteristic curve of the item.
David Thissen, Howard Wainer D. (1990). Confidence Envelopes for Item Response Theory. Journal of Educational Statistics, Vol 15, No 2, 113-128.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.