prplot {faraway}R Documentation

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

Author(s)

Julian Faraway

Examples


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


[Package faraway version 1.0.8 Index]