Learn R Programming

tigerstats (version 0.3.2)

plot.polyGC: Diagnostic Plots for GC Polynomial Regression

Description

Used by generic plot function

Usage

# S3 method for polyGC
plot(x,...)

Arguments

x

An object of class polyGC

ignored

Value

two diagnostic plots

Examples

Run this code
# NOT RUN {
mpgModel <- polyfitGC(mpg~wt,data=mtcars)
plot(mpgModel)
# }

Run the code above in your browser using DataLab