home *** CD-ROM | disk | FTP | other *** search
- TITLE(partialplots @@ Partial Regression Plots)
- USAGE(
- partialplots(DOTS, y, intercept=true)
- )
- ARGUMENTS(
- ARG(DOTS @@ either a series of vectors, all of the same length,
- separated by commas, or a matrix.)
- ARG(y @@ a vector containing the data for the response,
- having the same length as the vectors containing
- the explanatory variables (or the same number of rows as the matrix).)
- ARG(intercept @@ if LANG(true), the model contains an intercept term,
- otherwise the intercept is set to zero.)
- )
- DESCRIPTION(
- LANG(partial.plots) draws partial regression plots.
- If the arguments are vectors, they contain the
- data for the explanatatory variables.
- If a matrix, then the columns contain the
- data for the explanatory variables.
- PARA
- Press the return key after each block of four plots to see the next block.
- )
-