I use the ttest procedure quite often, and I only use the Pr>t value for the different CLASSES of my output.
The procedure produces a html or plain text output that I copy into excel, and than process manually fro each class.
What I get by sas is this
see attachment
I would much rather process a sas table like this
mycategor | T_VALUE | T_PR |
---|---|---|
101 | 10.63 | <0.0001 |
141 | 0.10 | .09255 |
301 | 2.86 | 0.0049 |
Is that possible somehow?
Thanks a bunch.
Gregor
You want to grab the ods output file ttest. Take a look at: http://www.ats.ucla.edu/stat/sas/faq/odsexample.htm
You want to grab the ods output file ttest. Take a look at: http://www.ats.ucla.edu/stat/sas/faq/odsexample.htm
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.