what is the difference btw proc means and proc univariate?
Answer Posted / pratik
Proc Mean gives information about stastical values of
numeric varaible like mean,max,min,standard dev etc.here
you can give CLS also to restrict the limit.
Proc Univariate used to predict the distribution of single
variable. basically we use this to know whether the
distrubution is symmetric,flat or picked.
basically we can come to know skweness and kartous.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How sas treats the dsd delimiters?
What do the SAS log messages "numeric values have been converted to character" mean?
what is sas data set?
How would you invoke a macro? : sas-macro
What are the functions which are used for character handling functions?
Explain what is SAS informats?
What is the difference between proportion and average?
How would you identify a macro variable? : sas-macro
how do you debug and test your sas programs? : Sas programming
Tell e how how dealt with..
how to debug and test the sas program? : Sas-administrator
How to convert a numeric variable to a character variable?
What is the difference between nodupkey and nodup options?
Differentiate between proc means and proc summary.
What will calendar procedure do?