plot.GClm {tigerstats} | R Documentation |
Diagnostic Plots for GC Linear Regression
Description
Used by generic plot function
Usage
## 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
SpeedModel <- lmGC(fastest~GPA,data=m111survey)
plot(SpeedModel)
[Package tigerstats version 0.3.2 Index]