how to generate means for every subject;
Answer Posted / venkatesh
u will get the answer by using proc means.
ex:
a b c d
10 20 30 100
20 40 40 150
proc means data=new mean;
run;
it will give mean of a , b , c, d
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the basic structure of the SAS base program?
What is the difference between INPUT and INFILE ?
What would you change about your job?
What is SAS? What are the functions does it performs?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
What do you know about sas data set?
Mention some common errors that are usually committed in sas programming.
This entry was posted in General. Bookmark the permalink. Post a comment or leave
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What do the SAS log messages "numeric values have been converted to character" mean?
What is the purpose of _character_ and _numeric_?
Explain input and put function?
Explain the special input delimiters used in sas programming.
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
what are sas bi dashboard components? : Sas-bi