knitr::opts_chunk$set(echo = TRUE)

# Accounting for randomness
set.seed(777)

# Cache by default?
knitr::opts_chunk$set(cache = TRUE)
knitr::opts_chunk$set(cache.path = "glmanalysiscache")

# Figure directory to facilitate versioning of figures
knitr::opts_chunk$set(fig.path = "glmanalysisfigs")


stephlocke/Rtraining documentation built on May 30, 2019, 3:36 p.m.