SlopePlot | R Documentation |
This function shows the slope parameters graphically with each of them compared against a dotted reference line relating to the median parameter value within the model. If the model was estimated with "SE=TRUE" then 95 per cent confidence intervals for the slope parameters are displayed within the chart.
SlopePlot(mirtobj, which.items = NULL)
mirtobj |
An estimated IRT model (of class SingleGroupClass) estimated either using mirt or unimirt. |
which.items |
an integer vector indicating which items to include in the plot. By default all items are included. Note that the reference median line is always based on all items in the object. |
A ggplot.
## Not run:
mirt1=unimirt(mathsdata,"gpcm",SE=TRUE)
SlopePlot(mirt1)
SlopePlot(mirt1,1:10)#plot for first 10 items only
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.