prplot: Partial Residual Plot

View source: R/regUtils.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

Examples


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


apoorvalal/LalRUtils documentation built on Sept. 22, 2023, 5:53 p.m.