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 use of proc sql?
what versions of sas have you used (on which platforms)? : Sas programming
Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
explain the difference between proc means and proc summary?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
what is sas olap server? : Sas-di
In PROC PRINT, can you print only variables that begin with the letter “A”?
What is factor analysis?
What are the difference between ceil and floor functions in sas?
: and & modifiers.
Differentiate between proc means and proc summary.
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?