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 is treatment emergent events and treatment emregent adverse event
how does sas handle missing values in procs? : Sas programming
do you need to know if there are any missing values? : Sas programming
describe how to adjust the performance of data integrator? : Sas-di
What do the PUT and INPUT functions do?
which date functions advances a date time or date/time value by a given interval? : Sas programming
How sas treats the dsd delimiters?
What is PDV?
what are the benefits of data integration? : Sas-di
How to include or exclude specific variables in a data set?
What are the data types that sas contain?
What is the function of Stop statement in a SAS Program?
how do you debug and test your sas programs? : Sas programming
Can you execute a macro within a macro? Describe. : sas-macro
how to remove duplicates using proc sql?