how to generate means for every subject;

Answer Posted / venkatesh

u will get the answer by using proc means.
ex:
a b c d
10 20 30 100
20 40 40 150
proc means data=new mean;
run;
it will give mean of a , b , c, d

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to read the variables in sas? : Sas-administrator

551


What versions of SAS have you used (on which platforms)?

1013


how do you pull data from equifax?tell me the process?

1379


If money were no object, what would you like to do?

2687


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2290






Of all your work, where have you been the most successful?

4198


how to remove duplicates using proc sql?

627


What are the ways to do a “table lookup” in sas?

590


what are _numeric_ and _character_ and what do they do? : Sas programming

673


Briefly explain input and put function?

626


Difference between informat and format?

638


Why and when do you use proc sql?

758


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

798


why is a stop statement needed for the point=option on a set statement? : Sas programming

583


How would you define the end of a macro? : sas-macro

610