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 |
proc means? proc sort? proc append? proc freq? proc print? proc content?
Explain what is the use of proc gplot?
State the difference between INFORMAT and FORMAT ?
What are the ways to do a “table lookup” in sas?
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record
How could you generate test data with no input data?
How to limit decimal places for the variable using proc means?
Difference Between Scan and Substr
name the scheduler for scheduling job and explain the scheduler? : Sas-di
Mention common programming errors committed in sas ?
what is the function of catx syntax? : Sas-administrator