R/estimate_slopes.R
estimate_slopes.RdSee the documentation for your object's class:
estimate_slopes( model, trend = NULL, levels = NULL, transform = "response", standardize = TRUE, standardize_robust = FALSE, ci = 0.95, ... ) # S3 method for glmmTMB estimate_slopes( model, trend = NULL, levels = NULL, transform = "response", standardize = TRUE, standardize_robust = FALSE, ci = 0.95, component = c("conditional", "zero_inflated", "zi"), ... )
| model | A Bayesian model. |
|---|---|
| trend | A character vector indicating the name of the numeric variable for which to compute the slopes. |
| levels | A character vector indicating the variables over which the slope will be computed. If NULL (default), it will select all the remaining predictors. |
| transform | Can be |
| standardize | If |
| standardize_robust | Robust standardization through |
| ci | Credible Interval (CI) level. Default to 0.89 (89%). See |
| ... | Arguments passed to or from other methods. |
| component | A character vector indicating the model component for which estimation is requested. Only applies to models from glmmTMB. Use |
A data frame of slopes.