regression_diagnostics: Show the estimated coefficients in a regression and...

Description Usage Arguments Value Examples

View source: R/regression_diagnostics.R

Description

Show the estimated coefficients in a regression and diagnostics

Usage

1

Arguments

regression

an lm object

...

passed to partial()

Value

Returns markdown/HTML text with class "knit_asis"

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
# will generate files in a temporary directory
if(!requireNamespace("pkgdown", quietly = TRUE) || !pkgdown::in_pkgdown()) {
data("ChickWeight")
regression <- lm(weight ~ Time, data = ChickWeight)
regression_diagnostics(regression)
}

## End(Not run)

rubenarslan/rmdpartials documentation built on June 7, 2020, 6:05 p.m.