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
Explain substr function?
Give some examples where proc report’s defaults are different than proc print’s defaults?
Which command is used to perform sorting in sas program?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
what is the use of sas management console? : Sas-di
which date function advances a date, time or datetime value by a given interval? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
why is sas considered self-documenting? : Sas programming
how would you determine the number of missing or nonmissing values in computations? : Sas programming
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
Give some examples where proc report’s defaults are same as proc print’s defaults?
what is data governance? : Sas-di
What are the scrubbing procedures in sas?
how does sas handle missing values in assignment statements? : Sas programming
How to create a permanent sas data set?