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 / 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

What is the basic structure of the SAS base program?

1406


What is the difference between INPUT and INFILE ?

1377


What would you change about your job?

2446


What is SAS? What are the functions does it performs?

1247


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

1265


What do you know about sas data set?

1193


Mention some common errors that are usually committed in sas programming.

1106


This entry was posted in General. Bookmark the permalink. Post a comment or leave

4628


I have a dataset concat having variable a b & c. How to rename a b to e & f?

1082


What do the SAS log messages "numeric values have been converted to character" mean?

1432


What is the purpose of _character_ and _numeric_?

1109


Explain input and put function?

1188


Explain the special input delimiters used in sas programming.

1050


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

2557


what are sas bi dashboard components? : Sas-bi

1231