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 |
what are informats in sas? : Sas-administrator
What function CATX syntax does?
Of all your work, where have you been the most successful?
Explain the use of proc gplot? : sas-grid-administration
Explain the main difference between the sas procedures and functions? : Sas-administrator
what are the differences between proc report and proc tabulate?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What is a method to debug and test your SAS program?
explain the proc in sas? : Sas-administrator
Describe a time when you were really stuck on a problem and how you solved it?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
What is highest missing value for numeric?