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
Do you need to rearrange the order of the data for the report?
How necessary is it to be creative in your work?
What is the difference between the proc sql and data step?
Describe a time when you were really stuck on a problem and how you solved it?
What is the maximum length of the macro variable?
what is sas application server? : Sas-di
how many types of prompts are there? : Sas-bi
what is the use of proc sql? : Sas programming
what techniques and/or procs do you use for tables? : Sas programming
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
describe the interaction table in sas di? : Sas-di
If a variable contains only numbers, can it be a character data type?
List out some key concept of SAS
Name few SAS functions?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming