| typical_values | R Documentation | 
Typical values of model covariates
typical_values(object, ...)
## S3 method for class 'gam'
typical_values(
  object,
  vars = everything(),
  envir = environment(formula(object)),
  data = NULL,
  ...
)
## S3 method for class 'data.frame'
typical_values(object, vars = everything(), ...)
| object | a fitted GAM(M) model. | 
| ... | arguments passed to other methods. | 
| vars | terms to include or exclude from the returned object. Uses tidyselect principles. | 
| envir | the environment within which to recreate the data used to fit
 | 
| data | an optional data frame of data used to fit the model if reconstruction of the data from the model doesn't work. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.