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 is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
Hi, If anyone has base SAS certification dumps, please share.
Explain what is SAS informats?
What are the ways in which macro variables can be created in sas programming?
Name few SAS functions?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
what is data access? : Sas-di
how can you create zero observation dataset? : Sas programming
Explain the use of proc print and proc contents?
If money were no object, what would you like to do?
What are the data types in sas?
Differentiate between format and informat? : sas-grid-administration
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What is the difference between using drop = data set option in data statement and set statement?