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

  1. TITLE(boxcoxplot @@ Finding a Transformation)
  2. USAGE(
  3. boxcoxplot(data, group, p=seq(-1,2,length=20))
  4. )
  5. ARGUMENTS(
  6. ARG(data @@ a (numeric) vector containing the data.)
  7. ARG(group @@ an optional vector which specifies the
  8. grouping of the data.)
  9. ARG(p @@ a vector containing the powers.)
  10. )
  11. DESCRIPTION(
  12. LANG(boxcoxplot) draws a plot of the Box-Cox
  13. profile likelihood for the powers in the vector LANG(p).
  14. This is used for selecting a power transformation for
  15. symmetrising a single batch (if the argument LANG(group) is missing),
  16. or normalising the data in a one-way ANOVA (if the argument
  17. LANG(group) is present).
  18. )
  19.