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/isnormalr documentation built on Sept. 23, 2019, 5:48 a.m.