knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Travis build status

metabroom

The goal of metabroom is to broom meta-analysis models produced by metafor. That is, when I finish it.

See the testing file to see where I'm at.

Example

Get example dataset

# Hmmm. What's best practice for loading %>% in packages? What's best practice for package dependencies?
library(metabroom)



# Check all is as it should be.
example_ma %>% 
  metafor::forest()

augment

example_ma %>% augment()

tidy

example_ma %>% tidy()

glance

example_ma %>% glance()


softloud/metabroom documentation built on May 29, 2019, 9:38 a.m.