Created
January 22, 2017 15:57
-
-
Save vikjam/31acc9492c2dda57195448771365d76e to your computer and use it in GitHub Desktop.
sampsi versus power in Stata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * Two-sample comparison of mean1 to mean2. Compute sample sizes with n2/n1 = 2: | |
| sampsi 132.86 127.44, p(0.8) r(2) sd1(15.34) sd2(18.23) | |
| power twomeans 132.86 127.44, p(0.8) nratio(2) sd1(15.34) sd2(18.23) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not quite the same,