When running the vingette example we get the following error message
res <- makeAssessment(ebcoddat, fnout = NULL, isSurvey = TRUE, nsample = 10, eta_S = 1e-10, a.mean = 0.5, a.sd = 0.2)
Error in reps[notConv] <- NULL : invalid subscript type 'list'
In addition: Warning message:
In sqrt(unlist(tmp)) : NaNs produced
The error seems to originate in the getCI() function. The model does not run after this.
When running the vingette example we get the following error message
Error in reps[notConv] <- NULL : invalid subscript type 'list'
In addition: Warning message:
In sqrt(unlist(tmp)) : NaNs produced
The error seems to originate in the getCI() function. The model does not run after this.