The DO Loop

Statistical programming in SAS with an emphasis on SAS/IML programs
Programming Tips
Rick Wicklin 6
Summary statistics and t tests in SAS

Students in introductory statistics courses often use summary statistics (such as sample size, mean, and standard deviation) to test hypotheses and to compute confidence intervals. Did you know that you can provide summary statistics (rather than raw data) to PROC TTEST in SAS and obtain hypothesis tests and confidence intervals?

1 107 108 109 110 111 167