meta_retrieve: Retrieve meta-analysis result components

Description Usage Arguments Value

View source: R/utils.R

Description

This function returns the observed effect sizes, weights, and number of included studies from an rma object.

Usage

1
meta_retrieve(meta, fixed = FALSE)

Arguments

meta

An rma object from the metafor package.

fixed

A boolean variable indicating whether the meta-analysis was using a fixed-effect or random-effects model

Value

results A data frame containing vectors for the study effect sizes, weights, and the number of included studies.


JeffreyCHoover/metaModelFitR documentation built on June 9, 2020, 3:24 a.m.