how to perform paired t-test using Base/SAS & SAS/Stat?
Answer Posted / mili
proc ttest data=a;
paired var1 var2;
run;
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What do the SAS log messages "numeric values have been converted to character" mean?
Describe the ways in which you can create macro variables? : sas-macro
Are you sensitive to code walk-throughs peer review or QC review?
For what purposes have you used sas macros? : sas-macro
What is substr function?
explain the difference between proc means and proc summary?
How many data types are there in SAS?
Enlist the functions performed by sas.
How does the internal authentication work in sas? : sas-grid-administration
Explain data step in SAS
What’s the difference between var b1 – b3 and var b1 — b3?
How to limit decimal places for the variable using proc means?
What are the limitations for memory allocation for SAS variables
How can sas program be validated?
Tell me more about the parameters in macro? : sas-macro