rpp.lm {asuR} | R Documentation |
Plots residuals of a linear model against each predictor.
## S3 method for class 'lm': rpp(mymodel, id = c("all", "none"), ...)
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 |
The shape of the scatter can help to find a appropriate transformation for the focal predictors.
A plot and a vector with the row index of the identified values in the original data.
##