plot_funnel: Plots a funnel plot for the inspection of the potential...

Description Usage Arguments Value Examples

Description

Plots a funnel plot for the inspection of the potential publication bias

Usage

1
plot_funnel(meta_obj, model = "rma")

Arguments

meta_obj

A fitted meta-analytical model object.

model

A meta-analytical model including studies as random effects. Heterogeneity metrics are to be computed for this model.

Value

Plots a funnel plot to assess the potential publication bias.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
nb_cores <- 2L
mod_T_prcs <- fit_all(data = dat_Clim,
                      temperature = TRUE, precipitation = FALSE,
                      phenology = TRUE, morphology = TRUE,
                      condition = '1', nb_cores = nb_cores,
                      rand_trait = FALSE, fixed = NULL, digit = 3)
plot_funnel(meta_obj = mod_T_prcs)

mod_phen_T_prcs <- fit_all(data = dat_Trait,
                           temperature = TRUE, precipitation = FALSE,
                           phenology = TRUE, morphology = FALSE,
                           condition = '2', nb_cores = nb_cores,
                           rand_trait = FALSE, fixed = NULL, digit = 3)
plot_funnel(meta_obj = mod_phen_T_prcs)

radchukv/adRes documentation built on June 1, 2019, 7:05 p.m.