© Matt Wiley and Joshua F. Wiley 2019
Matt Wiley and Joshua F. WileyAdvanced R Statistical Programming and Data Modelshttps://doi.org/10.1007/978-1-4842-2872-2_3

3. GLM 1

Matt Wiley1  and Joshua F. Wiley1
(1)
Columbia City, IN, USA
 
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 ...

Get Advanced R Statistical Programming and Data Models: Analysis, Machine Learning, and Visualization now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.