plotPWmap(object, pmap = FALSE, imap=TRUE,
item.subset = "all", person.subset = "all",
mainitem = "Item Map", mainperson = "Person Map",
mainboth="Item/Person Map",
latdim = "Latent Dimension",
tlab = "Infit t statistic",
pp = NULL, cex.gen = 0.6, cex.pch=1,
person.pch = 1, item.pch = 16,
personCI = NULL, itemCI = NULL, horiz=FALSE)Rm or dRmTRUE; the default is
FALSE.TRUE (the default); do not plot
if FALSE. At least one of pmap and imap must
be TRUE."all", all items are
plotted. The number of items to be plotted must be > 1"all", all persons are
plotted. The number of persons to be plotted NULL, this contains the
person.parameter data of the data object, avoiding the
need to recalculate it.cex as a graphical parameter
specifies a numerical value giving the amount by which plotting
text and symbols should be magnified relative to the
default. Here cex.gen applies to all text labels. The
default ipoints for more information
about pch values.personCI=NULL
(the default) no confidence intervals are drawn for person
abilities. Otherwise, specifying personCI draws
aTRUE, the plot is horizontal, i.e., the latent
dimension is on the x-axis. The default is FALSE.res <- PCM(pcmdat)
pparm <- person.parameter(res)
plotPWmap(res, pp = pparm)
plotPWmap(res, pp = pparm, pmap = TRUE)Run the code above in your browser using DataLab