Learn R Programming

sasLM (version 0.10.5)

pResD: Residual Diagnostic Plot for Regression

Description

Nine residual diagnostics plots.

Usage

pResD(rx, Title=NULL)

Value

Nine residual diagnostic plots in a page.

Arguments

rx

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

Title

title to be printed on the plot

Author

Kyun-Seop Bae k@acr.kr

Details

SAS-style residual diagnostic plots.

Examples

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

Run the code above in your browser using DataLab