plotPImap | R Documentation |
A person-item map displays the location of item (and threshold) parameters as well as the distribution of person parameters.along the latent dimension. Person-item maps are useful to compare the range and position of the item measure distribution (lower panel) to the range and position of the person measure distribution (upper panel). Items should ideally be located along the whole scale to meaningfully measure the ‘ability’ of all persons.
plotPImap(object, item.subset = "all", sorted = FALSE,
main = "Person-Item Map", latdim = "Latent Dimension",
pplabel = "Person\nParameter\nDistribution", cex.gen = 0.7,
xrange = NULL, warn.ord = TRUE, warn.ord.colour = "black",
irug = TRUE, pp = NULL)
object |
Object of class |
item.subset |
Subset of items to be plotted. Either a numeric vector indicating
the column in |
sorted |
If |
main |
Main title of the plot. |
latdim |
Label of the x-axis, i.e., the latent dimension. |
pplabel |
Title for the upper panel displaying the person parameter distribution |
cex.gen |
|
xrange |
Range for the x-axis |
warn.ord |
If |
warn.ord.colour |
Nonordinal threshold locations for polytomous
items are coloured with this colour to make them more visible. This
is especially useful when there are many items so that the plot is
quite dense. The default is |
irug |
If |
pp |
If non- |
Item locations are displayed with bullets, threshold locations with circles.
Patrick Mair, Reinhold Hatzinger, patches from Julian Gilbey and Marco J. Maier
Bond, T.G., and Fox Ch.M. (2007) Applying the Rasch Model. Fundamental Measurement in the Human Sciences. 2nd Edition. Lawrence Erlbaum Associates.
res <- PCM(pcmdat)
plotPImap(res, sorted=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.