BookmarkSubscribeRSS Feed
bshiferaw27
Fluorite | Level 6

Hello,

  I wanted to conduct a power calculation for sample justification. The study is a cross-sectional study with a predictor variable that is Dichotomous and an outcome variable that is also Dichotomous. How would I calculate the power for sample size justification using a chi-square test on SAS? 

 

Thank you in advance!

1 REPLY 1
ksumbundu
Calcite | Level 5

PROC POWER;

 TWOSAMPLEFREQ TEST=PCHI
 GROUPPROPORTIONS = 0.8 | 0.6
 POWER = 0.8
 NTOTAL = .
;

RUN;

Hi, try this code. 

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

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

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