Generalized linear models (GLMs)
are a broad class of models that encompass both regression analyses and analysis of variance (ANOVA) are other terms or analyses that are often used to refer to GLMs. This chapter uses a number of packages shown as follows. We run our setup code to load these and to make data tables print in a neat fashion.
library(checkpoint)
checkpoint("2018-09-28", R.version = "3.5.1",
project = book_directory,
checkpointLocation = checkpoint_directory,
scanForPackages = FALSE,
scan.rnw.with.knitr ...