README.md

epir

Collection of functions used at EPI

Installation

You can install the latest version of epir using drat. Add the EPI repo and install the package:

drat:::add("Economic")
install.packages("epir")

Installing via drat allows easy updates. Alternatively you can install the current version from GitHub via devtools

# devtools::install_github("economic/epir")

Example

library(epir)
crosstab(mtcars, cyl, gear)


Economic/epir documentation built on July 8, 2020, 2:34 p.m.