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 / hsdplot < prev    next >
Encoding:
Text File  |  1996-11-24  |  548 b   |  18 lines

  1. TITLE(hsdplot @@ HSD Plots)
  2. USAGE(
  3. hsdplot(anova, row.effects=true)
  4. )
  5. ARGUMENTS(
  6. ARG(anova @@ a list returned by LANG(anova.table).)
  7. ARG(row.effects @@ if LANG(true) and the ANOVA is two-way,
  8. then the HSD plot for the row effects is drawn,
  9. otherwise for the column effects.
  10. Ignored if the ANOVA is one-way.)
  11. )
  12. DESCRIPTION(
  13. LANG(hdsplot) draws HSD plots in ANOVA.
  14. For a oneway ANOVA, the function draws a HSD plot for the effects.
  15. For two-way ANOVA, the plots are drawn for the row
  16. effects if LANG(row.effects=true), otherwise the column effects.
  17. )
  18.