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

net.meta

The goal of net.meta is to ...

Installation

(No yet) You can install the released version of net.meta from CRAN with:

## install.packages("net.meta")

remotes::install_github(“meta2020/net.meta”, upgrade = FALSE)
library(net.meta)

Example

This is a basic example which shows you how to solve a common problem:

library(net.meta)
## basic example code


meta2020/net.meta documentation built on March 30, 2021, 7:31 p.m.