Description Usage Arguments Details Value See Also Examples
View source: R/extract_fixed.R
When using a GAM for mixed models, we may have specific interest in the fixed effect parameters.
1 | extract_fixed(model, ci_level = 0.95, digits = 3, ...)
|
model |
A gam or bam model |
ci_level |
Level for the confidence interval. Must be between 0 and 1. |
digits |
Rounding for the output. |
... |
Passed to summary.gam, e.g. to set re.test = FALSE. |
This essentially reproduces the 'parametric' output from
summary.gam
.
A data.frame
with the coefficients, standard error, and upper
and lower bounds.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.