R/estimate_contrasts.bayesian.R
estimate_contrasts.RdContrast analysis. See the documentation for your object's class:
estimate_contrasts( model, levels = NULL, fixed = NULL, modulate = NULL, transform = "none", length = 10, standardize = TRUE, standardize_robust = FALSE, ... )
| model | A statistical model. |
|---|---|
| levels | A character vector or formula specifying the names of the predictors over which to estimate means or contrasts. |
| fixed | A character vector indicating the names of the predictors to be "fixed" (i.e., maintained), so that the estimation is made at these values. |
| modulate | A character vector indicating the names of a numeric variable along which the means or the contrasts will be estimated. Adjust its length using |
| transform | Can be |
| length | Length of the spread numeric variables. |
| standardize | If |
| standardize_robust | Robust standardization through |
| ... | Arguments passed to or from other methods. |
A data frame of estimated contrasts.