We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Be nice to print the original value of the parameter being tested in ACE power test. (current output)
power.ACE.test(update= "a", value= sqrt(.2), AA= .5, CC= 0) For 80% power you need 463 MZ and 463 DZ pairs method = ncp n = 926 power = 0.8 sig.level = 0.05 statistic = LRT
The text was updated successfully, but these errors were encountered:
now says:
power.ACE.test(update= "a", value= sqrt(.2), AA= .5, CC= 0, try="no") For 80% power to detect 'a_r1c1' of size 0.5, you need 463 MZ and 463 DZ pairs method = ncp n = 926 power = 0.8 sig.level = 0.05 statistic = LRT
Sorry, something went wrong.
No branches or pull requests
Be nice to print the original value of the parameter being tested in ACE power test.
(current output)
The text was updated successfully, but these errors were encountered: