Skip to main content
Top

2019 | OriginalPaper | Chapter

3. GLM 1

Authors : Matt Wiley, Joshua F. Wiley

Published in: Advanced R Statistical Programming and Data Models

Publisher: Apress

Activate our intelligent search to find suitable subject content or patents.

search-config
loading …

Abstract

Generalized linear models (GLMs) are a broad class of models that encompass regression 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 = TRUE, use.knitr = TRUE)
               
                library(knitr)
                library(data.table)
                library(ggplot2)
                library(visreg)
                library(ez)
                library(emmeans)
                library(rms)
                library(ipw)
                library(JWileymisc)
                library(RcppEigen)
                library(texreg)
               
                options(
                  width = 70,
                  stringsAsFactors = FALSE,
                  datatable.print.nrows = 20,
                  datatable.print.topn = 3,
                  digits = 2)
              

Dont have a licence yet? Then find out more about our products and how to get one now:

Springer Professional "Wirtschaft+Technik"

Online-Abonnement

Mit Springer Professional "Wirtschaft+Technik" erhalten Sie Zugriff auf:

  • über 102.000 Bücher
  • über 537 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Maschinenbau + Werkstoffe
  • Versicherung + Risiko

Jetzt Wissensvorsprung sichern!

Springer Professional "Technik"

Online-Abonnement

Mit Springer Professional "Technik" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 390 Zeitschriften

aus folgenden Fachgebieten:

  • Automobil + Motoren
  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Elektrotechnik + Elektronik
  • Energie + Nachhaltigkeit
  • Maschinenbau + Werkstoffe




 

Jetzt Wissensvorsprung sichern!

Springer Professional "Wirtschaft"

Online-Abonnement

Mit Springer Professional "Wirtschaft" erhalten Sie Zugriff auf:

  • über 67.000 Bücher
  • über 340 Zeitschriften

aus folgenden Fachgebieten:

  • Bauwesen + Immobilien
  • Business IT + Informatik
  • Finance + Banking
  • Management + Führung
  • Marketing + Vertrieb
  • Versicherung + Risiko




Jetzt Wissensvorsprung sichern!

Metadata
Title
GLM 1
Authors
Matt Wiley
Joshua F. Wiley
Copyright Year
2019
Publisher
Apress
DOI
https://doi.org/10.1007/978-1-4842-2872-2_3

Premium Partner