plot.polyGC: Diagnostic Plots for GC Polynomial Regression

Description Usage Arguments Value Author(s) Examples

View source: R/polyfitGC.R

Description

Used by generic plot function

Usage

1
2
## 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

1
2
mpgModel <- polyfitGC(mpg~wt,data=mtcars)
plot(mpgModel)

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