EGRET icon indicating copy to clipboard operation
EGRET copied to clipboard

Running EGRET 3.0.7 under R 4.1.3, with minNumObs = 1, minNumUncen = 1

Open jchanat opened this issue 1 year ago • 0 comments

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

jchanat avatar Jul 12 '22 15:07 jchanat