scaff_diagnostics: Creating a Table of Summary Statistics

Description Usage Arguments Examples

View source: R/scaff_diagnostics.R

Description

This function takes an input of a linear object model and uses ggplot to output typical model diagnostic plots.

Usage

1
scaff_diagnostics(LMinput, globaloutput = FALSE)

Arguments

LMinput

Object created by linear model fitting function to be passed into diagnostic plots

globaloutput

An optional logical indicating whether the ggplot objects should be output to global environment as a list

Examples

1
2
lmOut <- lm(Sepal.Length ~ Species, data = iris)
scaff_diagnostics(lmOut)

mon4004/datascaffold documentation built on July 23, 2019, 8:23 p.m.