meta_models: Meta-analysis of multiple predictors in a list of models with...

Description Usage Arguments Details Value

Description

meta_models returns a list containing metafor outputs for each predictor and a table of the combined results.

Usage

1
meta_models(model_list)

Arguments

model_list

A list of lmer or glmer models with the same structure.

Details

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.

Value

Returns a dataframe for quick reference and a list of the full meta-analysis outputs from metafor.


LilyFG/metaforlmer documentation built on May 24, 2019, 8:50 a.m.