plot.GClm: Diagnostic Plots for GC Linear Regression

View source: R/lmGC.R

plot.GClmR Documentation

Diagnostic Plots for GC Linear Regression

Description

Used by generic plot function

Usage

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

Arguments

x

An object of class GClm

...

ignored

Value

two diagnostic plots

Author(s)

Homer White hwhite0@georgetowncollege.edu

Examples

SpeedModel <- lmGC(fastest~GPA,data=m111survey)
plot(SpeedModel)

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