pResD {sasLM}R Documentation

Residual Diagnostic Plot for Regression

Description

Nine residual diagnostics plots.

Usage

  pResD(rx, Title=NULL)

Arguments

rx

a result of lm, which can give fitted, residuals, and rstandard.

Title

title to be printed on the plot

Details

SAS-style residual diagnostic plots.

Value

Nine residual diagnostic plots in a page.

Author(s)

Kyun-Seop Bae k@acr.kr

Examples

  pResD(lm(uptake ~ Plant + Type + Treatment + conc, CO2), "Residual Diagnostic Plot")

[Package sasLM version 0.10.3 Index]