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

explain what is factor analysis? : Sas-administrator

598


what is the effect of the options statement errors=1? : Sas programming

588


what is hash files in sas and why we are using this one in sas?

1724


Enlist the functions performed by sas.

672


What is the basic structure of the SAS base program?

684






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

538


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

2002


How to limit decimal places for variable using proc means?

587


If you use a symput in a data step, when and where can you use the macro variable? : sas-macro

603


what is the difference between unique key and primary key? : Sas-di

589


what techniques and/or procs do you use for tables? : Sas programming

572


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1464


Difference between SAS STATA & SPSS?

676


What are the default statistics that proc means produce?

597


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

538