Hi, all!
I am calculating the MDE, or minimum detectable effect, using the power twomeans command:
power twomeans .5, sd(.5) alpha(.05) power(.8) n1(20) n2(20)
Looking at the Stata 16 manual, it looks like power onemean calculates the MDE (or delta) by subtracting the control and experimental group means and dividing by the standard deviation. However, the documentation for power twomeans suggests that this command calculates the delta by taking the simple difference in means (i.e., does not divide by the standard deviation).
My question is, does anyone know why the power twomeans command does not divide by the standard deviation when calculating the minimum detectable effect?
Thank you!
I am calculating the MDE, or minimum detectable effect, using the power twomeans command:
power twomeans .5, sd(.5) alpha(.05) power(.8) n1(20) n2(20)
Looking at the Stata 16 manual, it looks like power onemean calculates the MDE (or delta) by subtracting the control and experimental group means and dividing by the standard deviation. However, the documentation for power twomeans suggests that this command calculates the delta by taking the simple difference in means (i.e., does not divide by the standard deviation).
My question is, does anyone know why the power twomeans command does not divide by the standard deviation when calculating the minimum detectable effect?
Thank you!
Comment