Learn R Programming

faraway (version 1.0.3)

prplot: Partial Residual Plot

Description

Makes a Partial Residual plot

Usage

prplot(g,i)

Arguments

g
An object returned from lm()
i
index of predictor

Value

  • none

Examples

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

Run the code above in your browser using DataLab