Description Usage Arguments Details Value See Also Examples
Summarize a gam model in a clean mixed effects style.
1 | summary_gamm(model, digits = 3)
|
model |
The mgcv model |
digits |
number of digits to display |
This displays the variance components and fixed effects from a gam
model. Assumes an mgcv model of the form gam(... + s(g, bs='re'))
,
but should work with just about any gam with a smooth term.
Invisibly returns a list with the variance components via
extract_vc
and fixed effects parameter, labeled vc
and fe
respectively.
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.