how to perform paired t-test using Base/SAS & SAS/Stat?
Answer Posted / 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 |
Post New Answer View All Answers
Give some ways by which you can define the variables to produce the summary report (using proc report)?
How does the internal authentication work in sas? : sas-grid-administration
Mention sas system options to debug sas macros.
What is the difference between where and if statement?
What’s the difference between var b1 – b3 and var b1 — b3?
Mention what is SAS data set?
what other sas products have you used and consider yourself proficient in using? : Sas programming
What are all the problems you faced while validating tables and reports?
Describe 5 ways to do a “table lookup” in SAS?
What is maximum storage capability of SAS?
Describe a time when you were really stuck on a problem and how you solved it?
how does sas handle missing values in a merge? : Sas programming
Explain why double trailing @@ is used in input statement?
What is a put statement?
name several ways to achieve efficiency in your program? : Sas programming