Learn R Programming

tigerstats (version 0.3.2)

plot.GClm: Diagnostic Plots for GC Linear Regression

Description

Used by generic plot function

Usage

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

Arguments

x

An object of class GClm

ignored

Value

two diagnostic plots

Examples

Run this code
# NOT RUN {
SpeedModel <- lmGC(fastest~GPA,data=m111survey)
plot(SpeedModel)
# }

Run the code above in your browser using DataLab