- chcemat
An N by n matrix. Column i must contain the integers
from 1 to M_i, where M_i is the number of options
for item i. If missing or illegitimate responses exist
for item i, the column must also contain an integer
greater than M_i that is used to identify such responoses.
Alternatively, the column use NA for this purpose.
Because missing and illegible responses are normally
rare, they are given a different and simpler estimation
procedure for their surprisal values.
U is mandatory.
- scoreList
Either a list of length n, each containing a vector of
length M_i that assigns numeric weights to the options
for that item.
In the special case of multiple choice items where the
correct option has weight 1 and all others weight 0,
a single integer can identify the correct answer.
If all the items are of the multiple
type, scoreList may be a numeric vector of length n
containing the right answer indices. List object
scoreList is mandatory because these weights define the
person scores for the surprisal curve estimation process.
- noption
A numeric vector of length n containing the
number of options for each item.
- sumscr_rng
A vector of length 2 indicating the initial and final
sum score values. Default is NULL the whole sum score
is used.
- titlestr
A title string for the data and their analyses.
Default is NULL.
- itemlabvec
A character value containing labels for the items.
Default is NULL and item position numbers are used.
- optlabList
A list vector of length n, each element i of which is a
character vector of length M_i.
Default is NULL, and option numbers are used.
- nbin
The number of bins containing proportions of choices.
- NumBasis
The number of spline basis functions to use for
surprisal values. Defaults to 7.
- NumDensBasis
The number of spline basis functions to use for
score probability density function. Defaults to 7.
- jitterwrd
A logical object indicating whether a small jittering
perturbation should be used to break up ties.
Defaults to TRUE.
- PcntMarkers
A vector of percentages inside of [0,100] that appear
in plots. Defaults to c(5, 25, 50, 75, 95).
Extra displays are provided. Defaults to FALSE.
- ncycle
The number of cycles in the analysis. Defaults to 10.
- itdisp
Display results for function theta_fun.
- verbose
Extra displays are provided. Defaults to FALSE.