Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Author(s)

Julian Faraway

Examples

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

faraway

Functions and Datasets for Books by Julian Faraway

v1.0.7
GPL
Authors
Julian Faraway <jjf23@bath.ac.uk>
Initial release
2016-02-12

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.