tidy_smooth: Extract 1d smooth objects in tidy data format.

Description Usage Arguments See Also

Description

Extract 1d smooth objects in tidy data format.

Extract random effects objects in tidy data format.

Usage

1
2
3
tidy_smooth(x, keep = c("x", "fit", "se", "xlab", "ylab"), ci = TRUE, ...)

tidy_re(x, keep = c("fit", "main", "xlab", "ylab"), ...)

Arguments

x

a fitted gam object as produced by gam().

keep

A vector of variables to keep.

ci

A logical value indicating whether confidence intervals should be calculated and returned. Defaults to TRUE.

...

Further arguments passed to plot.gam

See Also

qqline


adibender/pam documentation built on May 10, 2019, 5:54 a.m.