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 |
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
How do you use the do loop if you don’t know how many times you should execute the do loop?
How many versions came upto now in SAS?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
When merging 2 datasets with a common variable (not merge key), how to keep both?
What are the scrubbing procedures in sas?
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
what is the use of proc sql? : Sas programming
What is the use of divide function?
how do you pull data from equifax?tell me the process?
0 Answers Synchrony Financial,
Describe how you would pass data to macro.
What do you feel about hardcoding?