parametric_effects {gratia} | R Documentation |
Estimated values for parametric model terms
Description
Estimated values for parametric model terms
Usage
parametric_effects(object, ...)
## S3 method for class 'gam'
parametric_effects(
object,
terms = NULL,
data = NULL,
unconditional = FALSE,
unnest = TRUE,
ci_level = 0.95,
envir = environment(formula(object)),
transform = FALSE,
...
)
Arguments
object |
a fitted model object. |
... |
arguments passed to other methods. |
terms |
character; which model parametric terms should be drawn? The
Default of |
data |
a optional data frame that may or may not be used? FIXME! |
unconditional |
logical; should confidence intervals include the
uncertainty due to smoothness selection? If |
unnest |
logical; unnest the parametric effect objects? |
ci_level |
numeric; the coverage required for the confidence interval. Currently ignored. |
envir |
an environment to look up the data within. |
transform |
logical; if |