Usage
npp(resp, x, items, from = -4, to = 4, co = 1, main = "Non-parametric response function", add = FALSE, bands = FALSE, label = FALSE)
Arguments
resp
A matrix of responses: persons as rows, items
as columns, entries are either 0 or 1, no missing data
x
The values of the latent variable ("ability")
for the same persons whose responses are given in
resp. If not given, function qrs will be
plugged in, which is the approach of TestGraf
items
An index to the items (columns of
resp) to be shown on the plot. If not given, all
items will be plotted.
from
Lower limit for ability on the plot. Default
is -4.
to
Upper limit for ability on the plot. Default is
4.
add
When add=T, the curve is added to a
plot, otherwise a new plot is started. Default is F.
main
The main title of the plot, given that
add=F.
co
The colour of the curves. Default is 1 for
black. Use co=NA to plot each curve in a different
colour.
bands
When bands=T, confidence bands are
added.
label
When label=T, individual curves will
be labeled with the item number.