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


Please Help Members By Posting Answers For Below Questions

how do you test for missing values? : Sas programming

577


How do dates work in SAS data?

680


Mention the validation tools used in SAS?

654


Explain the difference between informat and format with an example.

678


What are the different versions of sas that you have used until now? : sas-grid-administration

725






what is hierarchy flattening? : Sas-di

614


What are the automatic variables for macro? : sas-macro

670


Explain translate function?

628


Which command is used to save logs in the external file?

563


what does the run statement do? : Sas programming

554


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

533


How many data types are there in SAS?

628


How do dates work in sas?

639


what is the use of proc sql? : Sas programming

590


What is the difference between order and group variable in proc report?

831