Open daSilva5 opened 19 hours ago
Hi Isis,
Thanks for raising this! Are you able to share the data, or provide some more information about it? The error seems to be suggesting that the data has less than 3 values, or more than 5000. Is that likely?
Hi, If you accept my invitation I have added you to a repository with the file. I believe I cannot share it freely. You would need to request the file yourself.
The model has more than 5000 observations. Even removing the random the subject specific random effect, the warning remains the same.
Hi, If you accept my invitation I have added you to a repository with the file. I believe I cannot share it freely. You would need to request the file yourself.
The model has more than 5000 observations. Even removing the random the subject specific random effect, the warning remains the same.
Thanks for sharing that with me. I think in this case there's not a lot we can do. The error is because the data size is larger than 5000, which causes problems (see some discussion about the technical and statistical reasons here).
I suggest that I will update the function to capture the error and provide a more informative error message, but essentially you will need to set shapiro = FALSE
for large cases like this.
Hope that helps, and thanks for bringing it to my attention!
Hi, I am having an error while using resplot(). The function plot() works fine. resplot() also works with shapiro= FALSE, so maybe is not a problem with this function directly. But I thought I should report the error to be sure. I am using a dataset from the National Heart, Lung and Blood Institute (NIH), it can be requested and downloaded for reproduction.
Cheers,