Generalized Linear Model

For the exercises in this section, we require following package, data and functions. You can download them from canvas.

library(nnet)
load("_data/taxonomy.rdata")
load("_data/species.rdata")
source("_functions/CV.class.multinom.R")