typical_values: Typical values of model covariates
Description
Typical values of model covariates
Usage
typical_values(object, ...)# S3 method for gam
typical_values(object, vars = everything(), ...)
Arguments
- object
a fitted GAM(M) model.
- ...
arguments passed to other methods.
- vars
terms to include or exclude from the returned object. Uses
tidyselect principles.