R/estimate_means.bayesian.R
estimate_means.RdSee the documentation for your object's class:
estimate_means( model, levels = NULL, fixed = NULL, modulate = NULL, transform = "response", length = 10, ... )
| 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. |
| ... | Arguments passed to or from other methods. |
A dataframe of estimated marginal means.