check_norm: Check Normality

Description Usage Arguments Author(s)

View source: R/check_norm.R

Description

This function is designed to allow users to check the normality of residuals through an intuitive approach. It generates a random set of normally distributed variables, then inserts the given residuals into this set. If users can distinguish the QQ Plot of their data from the randomly generated normal data, their data does not follow a normal distribution.

Usage

1

Arguments

resid

Residuals from a fit model

grid

Dimension for the grid of plots, given as an integer.

Author(s)

Michael Floren


flor3652/myStuff documentation built on Sept. 14, 2020, 1:16 a.m.