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
What is connection profile? : sas-grid-administration
What are the statements that are executed only?
Name validation tools used in SAS
explain the function of substr in sas? : Sas-administrator
How does proc sql work?
Explain the special input delimiters used in sas programming.
What does P-value signify about the statistical data?
what is sas business intelligence? : Sas-bi
How can sas program be validated?
If you could design your ideal job, what would it look like?
Explain translate function?
What is the difference between %put and symbolgen? : sas-macro
Explain why double trailing @@ is used in input statement?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What are the scrubbing procedures in sas?