Given a model object, returns a data frame with columns variable
,
coef
(coefficient), ci_lower
(lower 95% CI) and
ci_upper
(upper 95% CI).
tidy_fixed(x, ...)# S3 method for gam
tidy_fixed(x, intercept = FALSE, ...)
# S3 method for coxph
tidy_fixed(x, ...)
A model object.
Currently not used.
Should intercept also be returned? Defaults to FALSE
.