LMsummary_and_plot: LMsummary_and_plot

Description Usage Arguments Examples

View source: R/LMsummary_and_plot.R

Description

Print summary and plot lm diagnostic

Usage

1

Arguments

x

lm object, typically result of lm or glm.

Examples

1
2
lm.out <- lm(mpg ~ drat * vs, data = mtcars)
LMsummary_and_plot(lm.out)

alemiani/explora documentation built on May 28, 2019, 4:54 p.m.