gg_re: Plot Normal QQ plots for random effects

Description Usage Arguments See Also Examples

Description

Plot Normal QQ plots for random effects

Usage

1
gg_re(x, ...)

Arguments

x

a fitted gam object as produced by gam().

...

Further arguments passed to plot.gam

See Also

tidy_re

Examples

1
2
mod <- mgcv::gam(Sepal.Length ~ s(Species, bs = "re"), data = iris)
gg_re(mod)

adibender/mgcvtools documentation built on May 14, 2019, 7:55 p.m.