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(reltol = 1e-10, deriv = c("sum", "diff", "numeric"),
hessian = TRUE, maxit = 100L)"sum"),
analytical with difference algorithm ("diff", faster but numerically unstable),
or FALSE, the vcov method can only return NAs
and consequently no standard errors or tests are available in the summary.optim.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