fit_plot: (Stat 5100 function) Plot a scatterplot of the original data...

Description Usage Arguments Value

View source: R/plotting.R

Description

(Stat 5100 function) Plot a scatterplot of the original data with a regression line overlaid on top. This can help you decide on how well a regression line fits the data.

Usage

1
fit_plot(lmobject, ...)

Arguments

lmobject

An object of type 'lm' created from the lm() function.

Value

A plot object of the regression model and the original data.


ethanancell/stat5100package documentation built on April 18, 2021, 2:40 a.m.