Description Usage Arguments Details Value
meta_models returns a list containing metafor outputs for each predictor and a table of the combined results.
1 | meta_models(model_list)
|
model_list |
A list of lmer or glmer models with the same structure. |
This code currently pulls the beta and standard error from the each predictor
in the model and uses the rma.uni() function from
metafor to run meta-analyses over each predictor.
Returns a dataframe for quick reference and a list of the full
meta-analysis outputs from metafor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.