home *** CD-ROM | disk | FTP | other *** search
- TITLE(numerical.summary @@ Summary Statistics)
- USAGE(
- numerical.summary(data, group, digits=2)
- )
- ARGUMENTS(
- ARG(data @@ a vector of data.)
- ARG(group @@ a vector of group labels.)
- ARG(digits @@ the number of decimal places in the display.)
- )
- DESCRIPTION(
- If the argument LANG(group) is missing, LANG(numerical.summary)
- calculates and prints a display of summary
- statistics for the data in LANG(x).
- If LANG(group) is present, the elements of LANG(group)
- are interpreted as group labels and the summary statistics
- are displayed for each group separately.
- )
-