gg_fixed: Forrest plot of fixed coefficients

Description Usage Arguments See Also Examples

Description

Forrest plot of fixed coefficients

Usage

1
gg_fixed(x, intercept = FALSE, ...)

Arguments

x

A model object.

intercept

Should intercept also be returned?

...

Currently not used.

See Also

tidy_fixed

Examples

1
2
3
4
g <- mgcv::gam(Sepal.Length ~ Sepal.Width + Petal.Length + Petal.Width + Species, 
	data=iris)
gg_fixed(g, intercept=TRUE)
gg_fixed(g)

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