Skip to contents

Overview

Start here.

metaprep metaprep-package
metaprep: Tidy Preparation of Dependent Effect Estimates for Meta-Analysis
estimates_vcov estimates_vcov-class print.estimates_vcov as.data.frame.estimates_vcov as_tibble.estimates_vcov
The estimates_vcov object

Preparing model fits

Extract tidy estimates, model summaries, and vcov subsets from a fitted model.

prep_fit()
Prepare a Model Fit Object for Tidy Extraction

estimates_vcov objects

Construct the synchronized estimates + vcov object and operate on it with dplyr verbs.

Extracting components

Pull estimates, model-level summaries, or the vcov matrix back out.

get_estimates_df()
Extract estimates from prepped fits or estimates_vcov object
get_glance_df()
Extract glance summary from prepped fits or estimates_vcov object
get_vcov()
Extract variance-covariance matrix from prepped fits or estimates_vcov object

Meta-analysis

Convenience wrappers around metafor that read directly from an estimates_vcov object.

rma_mv_helper()
Run rma.mv on an estimates_vcov object
rma_uni_helper()
Run rma.uni on an estimates_vcov object