View source: R/meta_mixed_by.R
meta_mixed_by | R Documentation |
Function to run Bayesian random-effects meta-regression on coefficients from mixed_by
meta_mixed_by(
coef_df,
terms = "all",
fit_subsets = "all",
max_order = 3,
outcome = NULL,
fixef = NULL,
rhs = NULL,
brms_args = list(chains = 4, cores = 4, iter = 12000)
)
coef_df |
A tidy data.frame of coefficients produced by mixed_by. |
terms |
Which model terms to fit in meta-regression. If 'all', then all
unique values of the |
fit_subsets |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.