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. 

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 1576 views
  • 0 likes
  • 2 in conversation