BookmarkSubscribeRSS Feed
COMPAREMISSING
Calcite | Level 5

I have a cross over AB/BA with binary variable. I have 16 subjects who take 2 treatments in 2 periods. the 16 are diveded in 2 groups which follow 2 diffrerent sequences:AB and BA

 

I have to analyze it as:

 

PROC GENMOD DATA= sample DESCENDING;
CLASS TREATMENT PERIOD  SUBID;
MODEL Y = TREATMENT PERIOD /LINK=LOGIT DIST=BIN;
REPEATED SUBJECT=SUBID ;
RUN;

 

how i can calulate the power?

 

Thanks a lot,

 

Barbara

1 REPLY 1
SteveDenham
Jade | Level 19

Simulation is your best bet.  However, with transformations (logit) you might be able to use PROC GLMPOWER.  You will need good estimates of the correlation over time to get an accurate estimate.  If you have SAS/STAT14.1, look at Example 48.3 Repeated Measures ANOVA as a starting place.

 

Steve Denham

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1593 views
  • 0 likes
  • 2 in conversation