plot.GClm: Diagnostic Plots for GC Linear Regression

Description Usage Arguments Value Author(s) Examples

View source: R/lmGC.R

Description

Used by generic plot function

Usage

1
2
## S3 method for class 'GClm'
plot(x,...)

Arguments

x

An object of class GClm

...

ignored

Value

two diagnostic plots

Author(s)

Homer White hwhite0@georgetowncollege.edu

Examples

1
2
SpeedModel <- lmGC(fastest~GPA,data=m111survey)
plot(SpeedModel)

homerhanumat/tigerstats documentation built on Sept. 27, 2020, 3:21 a.m.