This report investigates the exponential distribution using simulation and applies inferential analysis on the ToothGrowth dataset.
knitr::opts_chunk$set(echo = TRUE, message = TRUE, warning = TRUE, fig.width = 6, fig.height = 4, dpi = 96) set.seed(123)