qqfunc: visually test normality assumtion

Description Usage Arguments Value Examples

View source: R/model.R

Description

try to spot the qqplot of your data within 8 other qqplots, drawn randomly from normal distributions as suggested here: http://www.nate-miller.org/blog/how-normal-is-normal-a-q-q-plot-approach

Usage

1
qqfunc(model)

Arguments

model

a model, output of lm

Value

the number of the plot using real data

Examples

1
qqfunc(lm(speed ~ dist, data = cars))

konradmayer/trlboku documentation built on July 3, 2020, 9:49 p.m.