rpp.lm {asuR}R Documentation

partial residual vs. each predictor plot

Description

Plots residuals of a linear model against each predictor.

Usage

## S3 method for class 'lm':
rpp(mymodel, id = c("all", "none"), ...)

Arguments

mymodel an object of class lm, usually, a result of a call to the function lm.
id a character string or numeric value; in which panel should it be possible to interactively identify points
... further arguments

Details

The shape of the scatter can help to find a appropriate transformation for the focal predictors.

Value

A plot and a vector with the row index of the identified values in the original data.

Author(s)

thomas.fabbro@unibas.ch

See Also

inspect

Examples

##

[Package asuR version 0.08-24 Index]