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
explain what is factor analysis? : Sas-administrator
Explain how you can debug and test your SAS program?
What does proc print, and proc contents are used for?
Which date function advances a date, time or datetime value by a given interval?
Describe the function and untility of the most difficult SAS macro that you have written.
what is the function of catx syntax? : Sas-administrator
What is the difference between where and if statement?
How to convert a numeric variable to a character variable?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
Explain why double trailing @@ is used in input statement?
Name some categories in sas 9? : sas-grid-administration
Mention the validation tools used in SAS?
what is sas data set?
What will calendar procedure do?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming