seananderson / glmm-course

Workshop exercises on regression, GLMs, mixed-effects models, and GLMMs in R
172 stars 66 forks source link

Simplify code as much as possible in GLMs and after #14

Closed seananderson closed 7 years ago

seananderson commented 7 years ago

Consider stripping out the count data GLMM entirely to focus on just one.

Avoid paste() and custom functions as much as possible.

Demonstrate making usable GLMM coefficient plots with simple code.