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
for what purpose would you use the retain statement? : Sas programming
What is the role of sas grid administrator? : sas-grid-administration
What is the order of application for output data set options, input data set options and SAS statements?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Explain the main difference between the sas procedures and functions? : Sas-administrator
How can I remove header from output data set?
what is the use of proc sql? : Sas programming
How you can read the variables that you need?
Explain the special input delimiters used in sas programming.
how to remove duplicates using proc sql?
What is substr function?
Why and when do you use proc sql?
what is information maps?
What is the difference between %put and symbolgen? : sas-macro