plot.polyGC {tigerstats} | R Documentation |
Diagnostic Plots for GC Polynomial Regression
Description
Used by generic plot function
Usage
## S3 method for class 'polyGC'
plot(x,...)
Arguments
x |
An object of class polyGC |
... |
ignored |
Value
two diagnostic plots
Author(s)
Homer White hwhite0@georgetowncollege.edu
Examples
mpgModel <- polyfitGC(mpg~wt,data=mtcars)
plot(mpgModel)
[Package tigerstats version 0.3.2 Index]