You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a great package and I do like it. Now when I put a subsample of my data into it with test.method = "permutation", I got an error:
Error in llr.overall[i, 2:nrow(llr.overall)] : subscript out of bounds
However, when I change the test.method = "chisq", I can run it smoothly. I checked the code with the data and find that the fit object generated from the permutation got only one list without null. and after remove the null in fit,, only one list remain. Could you please help me how to fix the issue so that I can run my data by permutation too?
Thank you for your last answer!
The text was updated successfully, but these errors were encountered:
Hi @xzsword I appreciate your interest in this package! Sorry that I didn't reply sooner. Could you give the structure of the data by returning the output of the command str(data)?
Hi,
It is a great package and I do like it. Now when I put a subsample of my data into it with test.method = "permutation", I got an error:
Error in llr.overall[i, 2:nrow(llr.overall)] : subscript out of bounds
However, when I change the test.method = "chisq", I can run it smoothly. I checked the code with the data and find that the fit object generated from the permutation got only one list without null. and after remove the null in fit,, only one list remain. Could you please help me how to fix the issue so that I can run my data by permutation too?
Thank you for your last answer!
The text was updated successfully, but these errors were encountered: