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 Aug. 23, 2022, 5:08 p.m.

Related to prplot in faraway...