I have a problem in using the gof function. When run this function, I got an error message that "Error in rep(1:G, unlist(lappy(s1, length))) : invalid 'times' argument"
The default G value is 7. But if I change the G value to 6 or 8, the program can work, but not when G is 7. I would appreciate if anyone know what's wrong with this. Thanks.
I have a problem in using the gof function. When run this function, I got an error message that "Error in rep(1:G, unlist(lappy(s1, length))) : invalid 'times' argument"
The default G value is 7. But if I change the G value to 6 or 8, the program can work, but not when G is 7. I would appreciate if anyone know what's wrong with this. Thanks.