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
The randomisations currently track the number of times the original result was
greater than the randomised result. It also needs to keep a track of the
number times they were equal. This is important for two-tailed distributions
where it is also important to know how often the original was lower.
If there are ties then the p-values need to be adjusted, but this can be left
to the user for now.
Original issue reported on code.google.com by shawnlaffan on 23 Jun 2010 at 3:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
shawnlaffan
on 23 Jun 2010 at 3:44The text was updated successfully, but these errors were encountered: