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

what is the diff. b/w proc means and proc summary?

Answer Posted / name is no need

differences:
1.The means procedure provides the simple statistics like
N,min,max,mean ans standard deviation.

The summary procedure provides the values _type_,_freq_ and
_stat_.

2.The means procedure gives the ouput/list report by
default.
The summary procedure provides a data set instead of
output/list report
3.proc means syntax:
proc means data=data set name;
class<varible declaration>;
var<variable declaration>;
run;
Proc summary syntax:
proc summary data=data set name;
output out=<new data set name>;
class<variable declaration>;
var<variable declaration>;
run;
4.if we use Noprint and output out=.. options in proc means
it should exactly equals to proc summary.

Is This Answer Correct ?    17 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you add a number to a macro variable? : sas-macro

1051


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

1836


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

1131


what is broad cast agent? : Sas-bi

1118


What is by-group processing?

1056


What makes sas stand out to be the best over other data analytics tools?

1115


What is the work of tranwrd function?

1297


what other sas products have you used and consider yourself proficient in using? : Sas programming

1164


if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation

1657


State the difference between INFORMAT and FORMAT ?

1151


explain the function of substr in sas? : Sas-administrator

1064


What are the data types in sas?

1112


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

3235


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

4715


Can you suggest us materials for sdtm mapping?

4492