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

Description Usage Arguments Details Value

Description

ggforest returns a list containing metafor outputs for each predictor and a talbe of the combined results.

Usage

1
2
ggforest(x, intercept = F, labels = NULL, hetero = "none",
  palette = wesanderson::wes_palettes$Darjeeling1)

Arguments

x

The list returned by the meta_models function.

intercept

A Boolean. Do you want to plot the model intercept? Defaults to FALSE.

labels

A vector same length as number of predictors to contain pretty names for the predictors.

hetero

A character string with the desired heterogeneity measure to be displayed. Options: "none" default; "I2"; "Q"

palette

A vector containing hex codes for the desired colour palette. Defaults to Darjeeling1 from wes_palettes.

Details

This function takes the list returned by .

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.