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

  1. TITLE(interactionplot @@ Interaction Plot)
  2. USAGE(
  3. interactionplot(data, rowfactor, columnfactor,
  4.     use.mean=true, data.order=true)
  5. )
  6. ARGUMENTS(
  7. ARG(data @@ a  vector containing the data.)
  8. ARG(rowfactor @@ a vector containing the levels of the row factor.)
  9. ARG(columnfactor @@ a vector containing the levels of the column factor.)
  10. ARG(use.mean @@ if LANG(true), the mean is used, otherwise the median.)
  11. ARG(data.order @@ if LANG(true), the factor levels are taken in the order
  12. in which they first appear in the data, otherwise in alphabetical order.)
  13. )
  14. DESCRIPTION(
  15. LANG(interactionplot) draws a plot of cell means (medians)
  16. versus row factor levels separately for each level of the column factor.
  17. )
  18.