Slide 8
Slide 8 text
Things that are
tedious and
you’ll need again
“Well, I had to set up these variables
like this…”
model <- glm(outcome ~ input,
family = “gamma”, data = my_dat,
weights = wgt, subset = my_set,
na_action = “na.exclude”, offset = 7,
model = TRUE)