Learn R Programming

faraway (version 1.0.8)

prplot: Partial Residual Plot

Description

Makes a Partial Residual plot

Usage

prplot(g, i)

Value

none

Arguments

g

An object returned from lm()

i

index of predictor

Author

Julian Faraway

Examples

Run this code

data(stackloss)
g <- lm(stack.loss ~ .,stackloss)
prplot(g,1)

Run the code above in your browser using DataLab