I did an Partial Credit Model using the snowRMM ver 4.4.1 which returned results with no errors. However, upon updating the module to 5.0.9, this error is now appearing.
Did i do something wrong here?

Code: Select all
Error in datprep_RSM(X, W, sum0): RSM can not be computed since number of categories are not the same for each item!
private$.run()
private$.prepareRsmPlot(data)
eRm::RSM(data)
likLR(X, W, mpoints, groupvec, model, st.err = se, sum0, etaStart)
datprep_RSM(X, W, sum0)
stop("RSM can not be computed since number of categories are not the same for each item!\n")
Code: Select all
snowRMM::rasch(
data = data,
vars = vars(VNOS.1, VNOS.2, VNOS.3, VNOS.4, VNOS.5, VNOS.6, VNOS.7, VNOS.8, VNOS.9, VNOS.10, VNOS.11, VNOS.12, VNOS.13, VNOS.14, VNOS.15, VNOS.17, VNOS.18, VNOS.19, VNOS.20, VNOS.21, VNOS.22, VNOS.23, VNOS.24, VNOS.25, VNOS.26, VNOS.27, VNOS.28, VNOS.29),
step = 4,
type = "PCM",
imean = FALSE,
imeasure = FALSE,
wrightmap = FALSE,
aic = TRUE,
bic = TRUE,
caic = TRUE)