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 sample code on the PyPI page has this line: p_value = p.permutation_test(data, ref_data), where in fact it should be p_value = p.permutationtest(data, ref_data).
The sample code on the PyPI page has this line:
p_value = p.permutation_test(data, ref_data), where in fact it should bep_value = p.permutationtest(data, ref_data).