home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / mansrc / man281 / numerical.summary < prev    next >
Encoding:
Text File  |  1996-11-24  |  554 b   |  18 lines

  1. TITLE(numerical.summary @@ Summary Statistics)
  2. USAGE(
  3. numerical.summary(data, group, digits=2)
  4. )
  5. ARGUMENTS(
  6. ARG(data @@ a vector of data.)
  7. ARG(group @@ a vector of group labels.)
  8. ARG(digits @@ the number of decimal places in the display.)
  9. )
  10. DESCRIPTION(
  11. If the argument LANG(group) is missing, LANG(numerical.summary)
  12. calculates and prints a display of summary
  13. statistics for the data in LANG(x).
  14. If LANG(group) is present, the elements of LANG(group)
  15. are interpreted as group labels and the summary statistics
  16. are displayed for each group separately.
  17. )
  18.