RSModel is a wrapper function that creates a "StatModel" object
with certain fitting parameters passed on to RSModel.fit for fitting
rating scale models.RSModel(reltol = 1e-10, deriv = c("sum", "diff"), hessian = TRUE,
maxit = 100L)FALSE, the vcov method can only return NAs
and consequently no standard errors or tests are available in the summary.optim.RSModel returns an S4 object of class "StatModel" that
fits rating scale models with the specified arguments.RSModel is the S4 interface for RSModel.fit so that it
can be used in mob. The user does not have to
call this directly but can simply use the rstree
interface.rstree, RSModel.fit