how to perform paired t-test using Base/SAS & SAS/Stat?
Answers were Sorted based on User's Feedback
Answer / shwetha
I tried the above code.But it worked after I gave * or :
between var1 and var2.
proc ttest data=a;
paired var1:var2;
run;
| Is This Answer Correct ? | 5 Yes | 2 No |
is QUALCOMM using SAS ?
what is star schema? : Sas-di
what is a post baseline?
data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks
what are sas/access and sas/connect? : Sas programming
how can u convert this 25-jul-2010 from numeric to charcter?
What data sets do you need to produce the report?
for whom is sas data integration studio designed? : Sas-di
how to import HTML files into SAS datasets?
What are the different versions of sas that you have used until now? : sas-grid-administration
what is pdv? how it is related to input buffer in sas?
What are types of transport files?
2 Answers PRA Health Sciences, Quintiles,