Coefficients for fixed parameters from an ML based MB analyses averaged by IC weights.
# S3 method for class 'mb_analyses'
coef_profile(
object,
param_type = "fixed",
include_constant = TRUE,
conf_level = getOption("mb.conf_level", 0.95),
estimate = getOption("mb.estimate", median),
parallel = getOption("mb.parallel", FALSE),
beep = getOption("mb.beep", TRUE),
...
)
The mb_analyses object.
A flag specifying whether 'fixed', 'random' or 'derived' terms.
A flag specifying whether to include constant terms.
A number specifying the confidence level. By default 0.95.
The function to use to calculate the estimate for Bayesian models.
A flag indicating whether to using parallel backend provided by foreach.
A flag indicating whether to beep on completion of the analysis.
Not used.
A tidy tibble of the coeffcient terms with the model averaged estimate, the Akaike's weight and the proportion of models including the term.