prplot: Partial Residual Plot

View source: R/faraway.R

prplotR 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)


faraway documentation built on April 3, 2025, 10:55 p.m.