Learn R Programming

JWileymisc (version 0.3.1)

.plotDiagnosticsResiduals: Plot Residual Diagnostics

Description

This is an internal worker function and is not meant to be called directly.

Usage

.plotDiagnosticsResiduals(object, ev.perc = 0.001)

Arguments

object

A fitted model object from lm.

ev.perc

A real number between 0 and 1 indicating the proportion of the theoretical distribution beyond which values are considered extreme values (possible outliers). Defaults to .001.

Value

a list including plots of the residuals, residuals versus fitted values, and one list for plots of all random effects and finally a data table with any extreme values identified

Examples

Run this code
# NOT RUN {
# make me!
# }

Run the code above in your browser using DataLab