Hello everyone,
I have a dataset that contains
input Subj_No A B
1 1 1
2 1 1
3 1 1
4 1 1
Can anyone Please help me in calculating the following:
Mean of A
Mean of B
Ratio of Mean A/Mean B
90% CI for Ratio of Mean A/ Mean B
Thanks in advance
One of the fundamental things you need to learn in SAS is to use PROC MEANS to compute basic statistics. The documentation and examples are here: https://documentation.sas.com/?docsetId=proc&docsetTarget=n1qnc9bddfvhzqn105kqitnf29cp.htm&docsetVer...
Thank you
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.