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 a macro routine?
What is the difference between %put and symbolgen? : sas-macro
Are you involved in writing the inferential analysis plan? Tables specifications?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Mention the category in which sas informats are placed?
what do you mean by data staging area? : Sas-di
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What do the SAS log messages "numeric values have been converted to character" mean?
What is data _null_?
how to change the execute of macro
for report generation which one you used proc report or data_null_?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
What does proc print, and proc contents are used for?
what is sas metadata server? : Sas-di