how to generate means for every subject;
Answer Posted / chandrakanth
use PROC MEANS DATA=DATA SET NAME;
VAR VARIABLE LIST;(here include for which subjects you need the mean)
run;
lemme know if you did not get it!
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to include or exclude specific variables in a data set?
what is sas metadata server? : Sas-di
How do dates work in SAS data?
Mention what is the difference between nodupkey and nodup options?
How do you delete duplicate observations in sas?
Difference between informat and format?
What are the differences between proc means and proc summary?
what has been your most common programming mistake? : Sas programming
I need level 2 to 5 sas using companies in india
What do the mod and int function do? : Sas programming
Which command is used to perform sorting in sas program?
What are the difference between ceil and floor functions in sas?
which date functions advances a date time or date/time value by a given interval? : Sas programming
If money were no object, what would you like to do?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming