how to generate means for every subject;
Answer Posted / naga
Here the question is means for every subject.
In SAS terminology subject means patient so the code is
proc means data=datasetname;
by subject;
var list;
run;
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How long can a macro variable be? A token? : sas-macro
What are the parameters of scan function?
What do you code to create a macro? : sas-macro
which features do you use to check the data validations and errors? : Sas-administrator
How does the internal authentication work in sas? : sas-grid-administration
Name any two sas spawners? : sas-grid-administration
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What are the automatic variables for macro? : sas-macro
What are the data types in sas?
what is change analysis in sas di ? : Sas-di
what is data access? : Sas-di
Explain what is the use of proc gplot?
In ARRAY processing, what does the DIM function do?
what are the types of interactive display types? : Sas-bi
Which function is used to count the number of intervals between two sas dates?