fdPanelRegressionResiduals: Display model residuals for a linear regression model

Description Usage Arguments Examples

Description

Display model residuals for a linear regression model

Usage

1
fdPanelRegressionResiduals(mod, digits = 4, plotTitle = "Histogram", ...)

Arguments

mod

lm model object with a residuals method

digits

number of digits to display in the summary statistics table

plotTitle

title of the histogram.

...

additional arguments. not used currently.

Examples

1
2
3
4
5
6
7
library(flightdeck)
mod <- lm(mpg ~ ., data = mtcars)
if (interactive()){
  mod %>% 
    fdPanelRegressionResiduals(plotTitle = 'Histogram of Residuals') %>%
    fdPreview
}

alteryx/flightdeck documentation built on May 12, 2019, 1:39 a.m.