inst/doc/epitable_vignette.R

## ---- echo=FALSE, message=FALSE, warning=FALSE---------------------------
library(epitable)
library(dplyr)

## ------------------------------------------------------------------------
head(example_data)

## ---- echo=TRUE, results='asis'------------------------------------------
freq_by(dataset = example_data, var_vector = c("color", "clarity"), by_group = "cut" )

Try the epitable package in your browser

Any scripts or data that you put into this service are public.

epitable documentation built on Sept. 28, 2017, 1:02 a.m.