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
How do you add a number to a macro variable? : sas-macro
how do you pull data from equifax?tell me the process?
what versions of sas have you used (on which platforms)? : Sas programming
what is broad cast agent? : Sas-bi
What is by-group processing?
What makes sas stand out to be the best over other data analytics tools?
What is the work of tranwrd function?
what other sas products have you used and consider yourself proficient in using? : Sas programming
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
State the difference between INFORMAT and FORMAT ?
explain the function of substr in sas? : Sas-administrator
What are the data types in sas?
If money were no object, what would you like to do?
Of all your work, where have you been the most successful?
Can you suggest us materials for sdtm mapping?