Answer Posted / solasa
You can use aggregate (or summary) functions to summarize
the data in your tables. These functions can act on
multiple columns in a row or on a single column across rows.
Avg average of values •
NMiss number of missing values
Count number of non-missing values
• Prt probability of a greater absolute value of Student’s t
. CSS corrected sum of squares.
Freq (same as Count)
Nmiss,STDERR,MEan,Min,MAx etc
use this link:
http://www2.sas.com/proceedings/sugi30/257-30.pdf.
from
Solasa
solasa@in.com
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
what versions of sas have you used (on which platforms)? : Sas programming
Do you need to rearrange the order of the data for the report?
what is the Population you used in your project, is it ITT or PP?
Enlist the syntax rules followed in sas statements.
What system options would you use to help debug a macro? : sas-macro
how do the in= variables improve the capability of a merge? : Sas programming
What does proc print, and proc contents are used for?
what is hierarchy flattening? : Sas-di
What is program data vector (pdv) and what are its functions?
Mention what is PROC in SAS?
What are the different types of sas functions?
Where do you use proc means over proc freq?
What is a put statement?
why a stop statement is needed for the point= option on a set statement?
what are informats in sas? : Sas-administrator