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 / partialplots < prev    next >
Encoding:
Text File  |  1996-11-24  |  804 b   |  23 lines

  1. TITLE(partialplots @@ Partial Regression Plots)
  2. USAGE(
  3. partialplots(DOTS, y, intercept=true)
  4. )
  5. ARGUMENTS(
  6. ARG(DOTS @@ either a series of vectors, all of the same length,
  7. separated by commas, or a matrix.)
  8. ARG(y @@ a vector containing the data for the response,
  9. having the same length as the vectors containing
  10. the explanatory variables (or the same number of rows as the matrix).)
  11. ARG(intercept @@ if LANG(true), the model contains an intercept term,
  12. otherwise the intercept is set to zero.)
  13. )
  14. DESCRIPTION(
  15. LANG(partial.plots) draws partial regression plots.
  16. If the arguments are vectors, they contain the
  17. data for the explanatatory variables.
  18. If a matrix, then the columns contain the
  19. data for the explanatory variables.
  20. PARA
  21. Press the return key after each block of four plots to see the next block.
  22. )
  23.