post hoc power calculation question
Posted: Wed May 14, 2014 12:25 am
Hey Everyone,
I am trying to use MLwIN 2.30 to conduct a post hoc power analysis on repeated measure regression models, originally implemented in SAS PROC MIXED. In each of these models (using separate ones for each measure of interest), I am examine two variables, one representing between-patient variability in the measure and the other reflecting within-patient variability in the measure, as fixed effects predictors of a repeated measures DV.
The code for the model is as follows:
proc mixed data = ks_adh;
class patno session;
model bdi = between_patno_F1 within_patno_F1/s ;
repeated session / type=un subject = patno ;
run;
One of my measures has a high amount of within-patient variability (.72) while the others have relatively low within-patient variability (.31-.33). Reviewers have questioned my power to detect an effect under these different circumstances (i.e., different amounts of within-patient variability in the measure of interest). Are you all aware of any ways in which I might estimate differences in power as a function of differing levels of within-patient variability in the predictors? That is, how can I index the extent to which the power of these within-patient predictors is compromised due to low within-patient variability in the raw scores? Is this something MlWin is suited for? If so- any tips on how to calculate would be very helpful. I would greatly appreciate any feedback or suggestions you all may have!! Thanks
-a confused psychologist
I am trying to use MLwIN 2.30 to conduct a post hoc power analysis on repeated measure regression models, originally implemented in SAS PROC MIXED. In each of these models (using separate ones for each measure of interest), I am examine two variables, one representing between-patient variability in the measure and the other reflecting within-patient variability in the measure, as fixed effects predictors of a repeated measures DV.
The code for the model is as follows:
proc mixed data = ks_adh;
class patno session;
model bdi = between_patno_F1 within_patno_F1/s ;
repeated session / type=un subject = patno ;
run;
One of my measures has a high amount of within-patient variability (.72) while the others have relatively low within-patient variability (.31-.33). Reviewers have questioned my power to detect an effect under these different circumstances (i.e., different amounts of within-patient variability in the measure of interest). Are you all aware of any ways in which I might estimate differences in power as a function of differing levels of within-patient variability in the predictors? That is, how can I index the extent to which the power of these within-patient predictors is compromised due to low within-patient variability in the raw scores? Is this something MlWin is suited for? If so- any tips on how to calculate would be very helpful. I would greatly appreciate any feedback or suggestions you all may have!! Thanks
-a confused psychologist