Respected colleagues:
Running EGRET as described in the subject results in the following repetitive error, scrolling in the console immediately after completing estCrossVal();
"Error in y[, ny]: incorrect number of dimensions
Error"
Example (input data attached):
remove(list = ls()) graphics.off() library(EGRET) cl4200 <- readRDS("eList_01054200_CL.rds") cl4200 <- modelEstimation(cl4200, minNumObs = 1, minNumUncen = 1)
eList_01054200_CL.zip