[R] eRm/raschsampler error message
KD
kjbaird77 at yahoo.co.uk
Fri Aug 26 10:23:45 CEST 2011
Hi, I am running the non-parametric rasch model tests using eRm. I have a
reasonably large dataset for this type of exercise (110 items, 248 persons).
I run:
> allb2=as.matrix(allb)
> rsample <- rsampler(allb2, ctr)
> t102<-NPtest(rsample, method="T10") #global test, subgroup inv
and receive error message as follows.
"Error in m[idx1, idx2] <- 1 : subscript out of bounds"
Using the same code for a different dataset does not cause this problem.
Any suggestions much appreciated!
(ctr spec:
burn_in = 100
n_eff = 1000
step = 16
seed = 0
tfixed = FALSE )
--
View this message in context: http://r.789695.n4.nabble.com/eRm-raschsampler-error-message-tp3770265p3770265.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list