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 is slibref?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is picture format? give any one example?
what is SAS/Graph?
Define run-group processing?
What do you code to create a macro? : sas-macro
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What are exact SAS Base contents..?N what r SAS Tools..?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What is the maximum and minimum length of macro variable
What is the difference between an informat and a format. Name three informats or formats.
where to use sas business intelligence? : Sas-bi