ggqqplot: Make a q-q plot for model diagnostics

Description Usage Arguments Examples

View source: R/ggqqplot.r

Description

Make a q-q plot for model diagnostics

Usage

1
ggqqplot(model)

Arguments

model

A model object, can be from lm() or glm() call I think.

Examples

1
2
3
4
5
6
7
## Not run: 
library(ggplot2)
data(mtcars)
mod <- lm(mpg ~ qsec, data=mtcars)
ggqqplot(mod)

## End(Not run)

sckott/sacbox documentation built on Sept. 3, 2020, 7:22 p.m.