Get_RequiredSampleSize {SKAT} | R Documentation |
Get the sample sizes required to achieve the given power.
Get_RequiredSampleSize(obj, Power=0.8)
obj |
an object returned from Power_Continuous or Power_Logistic. |
Power |
a value of the power to be achieved (default= 0.8). |
This function computes required sample sizes using simple interpolation.
A list object for the required sample sizes.
Seunggeun Lee