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 / equal.spread < prev    next >
Encoding:
Text File  |  1996-11-24  |  611 b   |  19 lines

  1. TITLE(equal.spread @@ Check for equal spreads)
  2. USAGE(
  3. equal.spread(data, group, use.mean=false)
  4. )
  5. ARGUMENTS(
  6. ARG(data @@ vector containing the data.)
  7. ARG(group @@ vector of group labels.)
  8. ARG(use.mean @@ if LANG(true),
  9. plots log standard deviations versus log means, otherwise 
  10. log midspreads versus log medians.)
  11. )
  12. DESCRIPTION(
  13. LANG(equal.spread) plots log midspreads (standard deviations)
  14. versus log medians (means) to check for
  15. equal group spreads when comparing groups,
  16. and calculates the slope of a line fitted through
  17. the plot.
  18. LANG(equal.spread) draws the plot and returns the slope of the fitted line.)
  19.