Description Usage Arguments Value Examples
Returns a tidy data frame containing the mean and confidence intervals
for fitted smooths from a model of class "gam"
from package
"mgcv"
.
1 | tidy_smooths(object, dimension = 1, level = 0.95, parm = NULL)
|
object |
a fitted model object of class |
dimension |
the dimension of the smooths that are desired for extraction. |
level |
the confidence level required. |
parm |
a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered (not yet implemented). |
... |
not implemented |
A tidy data frame containing parameter names, estimates and confidence intervals for non-parametric terms
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.