1 / 9

Who Has the Power? Proc Power

Who Has the Power? Proc Power. Kelly Guyton SAS Final Presentation. Introduction. Determining power, type I error rate, and sample size are imperative to designing a successful epidemiologic study or clinical trial.

jenna
Download Presentation

Who Has the Power? Proc Power

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Who Has the Power?Proc Power Kelly Guyton SAS Final Presentation

  2. Introduction Determining power, type I error rate, and sample size are imperative to designing a successful epidemiologic study or clinical trial. Calculations are often complex and scientists must purchase expensive software.

  3. Proc Power • Were added to Analyst window for SAS V7.0. • SAS V9.1 introduced Proc power and Proc GLMpower as an experimental component. • Proc Power is full featured, easy to use, and tables can be added directly into other documents.

  4. Statistical Tests Continuous methods: T-tests (1 and 2 sample, paired) ANOVA (repeated measure, and 2-way) Linear regression (simple, multiple) Wilcoxon (sign-rank, Man-Whitney) Equivalence Tests Confidence intervals

  5. Statistical Tests Categorical Methods: Binomial Chi-square Likelyhood ratio Fisher’s exact Mc Nemar’s Chochran Survival Tests: Log Rank Gehan Rank test

  6. SAS Code-MeansSample Size ProcPower; Twosamplemeans meandiff=50 to 100 by 10 stddev=15 to 30 by 5 Groupweights=(1,3) power=0.8 ntotal=.; Plot y=power min=0.5 max=0.99; run;

  7. SAS Code-FrequencySample Size ProcPower; Twosamplefreq test=pchi proportiondiff=0.10 to 0.80 by 0.1 refproportion=0.26 power=0.9 alpha=0.05 to 0.25 by 0.05 ntotal=.; run;

  8. SAS Code-FrequencyPower calculation ProcPower; Twosamplefreq test=fisher proportiondiff=0.10 to 0.80 by 0.1 refproportion=0.26 npergroup=250 power=.; run;

  9. Who Knew? SAS Genetics Proc Allele Proc Casecontrol Proc Family

More Related