Hi statalist,
I'm using power twomeans,cluster to calculate cluster size. In particular, based on stata manual here I'm using following code
But i'm getting the following error
I've tried this on versions 13 and 14, if it's relevant.
Can anyone suggest what's the problem here.
Thanks
I'm using power twomeans,cluster to calculate cluster size. In particular, based on stata manual here I'm using following code
Code:
power twomeans 0 4, kratio(1) k1(50) power(0.8) sd(1.01) rho(0.5) alpha(0.05) table
Code:
option kratio(1) not allowed r(198);
Can anyone suggest what's the problem here.
Thanks
Comment