lm_plot: LM Plot

Description Usage Arguments Value Author(s) Examples

View source: R/lm_plot.R

Description

Plot scatterplot with linear regression line.

Usage

1

Arguments

m

linear model

Value

Scatterplot and lm regression line as well as the equation

Author(s)

Clara J<c3><a9>gousse

Examples

1
2
model <- lm(dist~speed, data=cars)
lm_plot(model)

arnima-github/biometry2 documentation built on May 26, 2019, 6:44 p.m.