RaschModel
is a wrapper function that creates a "StatModel"
object
with certain fitting parameters passed on to RaschModel.fit
for fitting
simple Rasch models.RaschModel(gradtol = 1e-6, deriv = c("sum", "diff", "numeric"), hessian = TRUE)
"sum"
),
analytical with difference algorithm ("diff"
, faster but numerically unstable),
or FALSE
, the vcov
method can only return NA
s
and consequently no standard errors or tests are available in the summary
.nlm
.RaschModel
returns an S4 object of class "StatModel"
that fits Rasch models
with the specified arguments.RaschModel
is the S4 interface for RaschModel.fit
so that it
can be used in mob
. The user does not have to
call this directly but can simply use the raschtree
interface.raschtree
, RaschModel.fit