Chapitre 2 Préparez-vous pour cet atelier
Téléchargez les données pour cet atelier:
Nous utiliserons ces paquets R pour cet atelier:
Télechargez les paquets R:
install.packages(c("ggplot2", "ggpmisc", "MASS", "vcdExtra",
"bbmle", "DescTools", "GlmSimulatoR", "cplm"))
## also installing the dependencies 'timechange', 'lmtest', 'qvcalc', 'relimp', 'ggpp', 'confintr', 'polynom', 'lmodel2', 'splus2R', 'plyr', 'lubridate', 'vcd', 'gnm', 'ca', 'here', 'purrr', 'tidyr', 'numDeriv', 'bdsmatrix', 'assertthat', 'statmod', 'tweedie', 'coda', 'biglm', 'minqa', 'reshape2'
Ensuite, chargez les:
library(ggplot2)
library(MASS)
library(vcdExtra)
library(bbmle)
library(DescTools)
library(GlmSimulatoR)
library(cplm)
library(ggpmisc)