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 |
what are sas bi dashboard components? : Sas-bi
how can u join the two tables without using proc sql Joins and nested queries ?
Mention what is the difference between nodupkey and nodup options?
State the difference between INFORMAT and FORMAT ?
which date functions advances a date time or date/time value by a given interval? : Sas programming
What is the basic syntax style in SAS?
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
Code a PROC MEANS that shows both summed and averaged output of the data.
How to convert HTML file into SAS dataset?
Enlist the syntax rules followed in sas statements.
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
What does error:1 mean?