knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%",
  dpi = 400
)

metabolic

Lifecycle: stable CRAN status R build status Monthly downloads badge Total downloads badge R-CMD-check

The goal of metabolic is to provide all the data and the tools necessary to reproduce the meta-analysis published in Medicine & Science in Sports & Exercise.

Installation

You can install the released version of metabolic from CRAN with:

install.packages("metabolic")

You can install the development version of metabolic from from GitHub with:

# install.packages("remotes")
remotes::install_github("fmmattioni/metabolic")

Datasets

Dataset to reproduce meta-analyses

metabolic::metabolic_meta

Dataset to build the GOfER diagram

metabolic::metabolic_gofer

Reproduce meta-analysis for each clinical endpoint

library(metabolic)

perform_meta(endpoint = "VO2max")

Build a GOfER (Graphical Overview for Evidence Reviews) diagram

knitr::include_graphics("vignettes/img/gofer_page_1.png")

Citation

citation("metabolic")


fmmattioni/metabolic documentation built on Oct. 17, 2023, 2:41 a.m.