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 / intplot < prev    next >
Encoding:
Text File  |  1996-11-24  |  425 b   |  15 lines

  1. TITLE(intplot @@ Interaction Power Plot)
  2. USAGE(
  3. intplot(x, p=seq(-1,2,length=20))
  4. )
  5. ARGUMENTS(
  6. ARG(x @@ a matrix containing the two-way table.)
  7. ARG(p @@ a vector of powers.)
  8. )
  9. DESCRIPTION(
  10. For the powers in LANG(p), LANG(intplot) calculates
  11. the percentage of variation explained by the median polish fit
  12. for each power, and plots the percentage against the power.
  13. Used to find a transformation to improve the additive fit.
  14. )
  15.