powered by
Given a model object, returns a data frame with columns variable, coef (coefficient), ci_lower (lower 95\ ci_upper (upper 95\
variable
coef
ci_lower
ci_upper
gg_fixed(x, intercept = FALSE, ...)
A model object.
Logical, indicating whether intercept term should be included. Defaults to FALSE.
FALSE
Currently not used.
tidy_fixed
g <- mgcv::gam(Sepal.Length ~ Sepal.Width + Petal.Length + Petal.Width + Species, data=iris) gg_fixed(g, intercept=TRUE) gg_fixed(g)
Run the code above in your browser using DataLab