Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 are numeric and character missing values represented internally?

1709


Explain the difference between informat and format with an example.

1218


What is the difference between nodupkey and nodup options?

1078


What do you code to create a macro? : sas-macro

1186


name some data transformation used in sas di? : Sas-di

1031


what do the mod and int function do? What do the pad and dim functions do? : Sas programming

1223


What would be the value of month at the end of data step execution and how many observations would be there?

1228


Tell e how how dealt with..

2311


How do you control the number of observations and/or variables read or written?

1297


Which command is used to perform sorting in sas program?

1093


How do you use the do loop if you don’t know how many times you should execute the do loop?

1298


How do you delete duplicate observations in sas?

1111


How can you create a macro variable with in data step? : sas-macro

1088


what versions of sas have you used (on which platforms)? : Sas programming

1130


How will you generate test data with no input data?

1232