resid_hist: Histogramm of the residuals

Description Usage Arguments Value Examples

View source: R/normal_assumption.R

Description

This function generates a histogramm of the residuals with the theoretical normal density.

Usage

1

Arguments

X

a single numeric vector of data values.

Value

ggplot-object.

Examples

1
2
3
set.seed(1234)
X <- rnorm(200)
olsdiagnosticR:::resid_hist(X = X)

Kale-S/olsdiagnosticR documentation built on Oct. 30, 2019, 8:12 p.m.