| Base SAS Software: Procedures |
- The REPORT procedure now supports the
use of a SAS format or a
user-defined format as the value of a style attribute.
- The REPORT procedure now supports Quantile statistics. These include
the median, P1, P5, P10, P25, P75, P90, P95, and P99. The new options in the
PROC statement control how the procedure computes the quantile statistics.
- The QMARKERS= option specifies the sample size to use for the
P2 quantile estimation method.
- The QMETHOD= option specifies the quantile estimation method.
- The QNTLDEF= option specifies the mathematical definition
to calculate
quantiles.
- The new COMPLETECOLS | NOCOMPLETECOLS option in the PROC statement
creates all possible combinations of across variable values.
- The new COMPLETEROWS | NOCOMPLETEROWS option in the PROC statement
creates all possible combinations of group variable values.
- The new EXCLUSIVE option in the DEFINE statement excludes all
combinations of an item that are not found in a preloaded range of user-defined
formats.
- The new MISSING option in the DEFINE statement treats missing
values as valid values for an item.
- The new PRELOADFMT option in the DEFINE statement specifies that
all formats are preloaded for an item.
- The new WEIGHT= option in the DEFINE statement specifies a numeric
variable whose values weight the value of the analysis variable.
Terms of Use & Legal Information
| Privacy Statement
Copyright © 2001 SAS Institute Inc. All Rights Reserved.