-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permutations above 1K #5
Comments
Hi, |
@dmoaks we still need additional information to follow-up on this issue. Please let us know if you are still experiencing it or were able to resolve it on your own. If we don't hear back in the next week or so, I'll be closing the report. |
@ACastanza I'm sorry for the delay---I forgot that my GitHub account was linked to a less-used email. |
Posting the command again because the code formatting made it hard to read: |
Hello,
I am trying to increase the accuracy of the nominal p-value by increasing the number of permutations, but when I increase nperm from 1K to 10K it returns the error:
"Error in if (obs.phi[i, j] >= 0) { :
missing value where TRUE/FALSE needed"
Everything works fine when I set nperm to 1K. Please advise as how to fix this.
The text was updated successfully, but these errors were encountered: