plot.polyGC: Diagnostic Plots for GC Polynomial Regression

View source: R/polyfitGC.R

plot.polyGCR 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)

homerhanumat/tigerstats documentation built on June 13, 2025, 8:34 a.m.