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 long can a macro variable be? A token? : sas-macro

1267


What are the parameters of scan function?

1224


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

1193


which features do you use to check the data validations and errors? : Sas-administrator

1098


How does the internal authentication work in sas? : sas-grid-administration

1176


Name any two sas spawners? : sas-grid-administration

1098


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

1210


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

1332


What are the data types in sas?

1118


what is change analysis in sas di ? : Sas-di

1116


what is data access? : Sas-di

1183


Explain what is the use of proc gplot?

1249


In ARRAY processing, what does the DIM function do?

1232


what are the types of interactive display types? : Sas-bi

1151


Which function is used to count the number of intervals between two sas dates?

1200