prplot | R Documentation |
Makes a Partial Residual plot
prplot(g, i)
g |
An object returned from lm() |
i |
index of predictor |
none
Julian Faraway
data(stackloss) g <- lm(stack.loss ~ .,stackloss) prplot(g,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.