Usage
mxExpectationBA81(ItemSpec, item = "item", ..., qpoints = 49L, qwidth = 6,
mean = "mean", cov = "cov", verbose = 0L, weightColumn = NA_integer_,
EstepItem = NULL, debugInternal = FALSE)
Arguments
ItemSpec
a single item model (to replicate) or a list of
item models in the same order as the column of ItemParam
item
the name of the mxMatrix holding item parameters
with one column for each item model with parameters starting at
row 1 and extra rows filled with NA
...
Not used. Forces remaining arguments to be specified by name.
qpoints
number of points to use for equal interval quadrature integration (default 49L)
qwidth
the width of the quadrature as a positive Z score (default 6.0)
mean
the name of the mxMatrix holding the mean vector
cov
the name of the mxMatrix holding the covariance matrix
verbose
the level of runtime diagnostics (default 0L)
weightColumn
the name of the column in the data containing the row weights (default NA)
EstepItem
a simple matrix of item parameters for the
E-step. This option is mainly of use for debugging derivatives.
debugInternal
when enabled, some of the internal tables are
returned in $debug. This is mainly of use to developers.