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 is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?
What are the applications primarily used by business analyst? : Sas-bi
In PROC PRINT, can you print only variables that begin with the letter “A”?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
What function CATX syntax does?
What was the last computer book you purchased? Why?
I have 2 data sets A & B. Both have a variable called Age in them, each of them specifying a different functionality. In my program I use bot these data sets. How do I specify which Age variable I want to use?
Are you involved in writing the inferential analysis plan? Tables specfications?
What is the maximum length of the macro variable?
What is the use of stop statement?