Learn R Programming

sasLM (version 0.10.5)

pD: Diagnostic Plot for Regression

Description

Four standard diagnostic plots for regression.

Usage

pD(rx, Title=NULL)

Value

Four 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

Most frequently used diagnostic plots are 'observed vs. fitted', 'standardized residual vs. fitted', 'distribution plot of standard residuals', and 'Q-Q plot of standardized residuals'.

Examples

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

Run the code above in your browser using DataLab