seananderson / glmm-course

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

Create an entire exercise on interpretation of coefficients #10

Closed seananderson closed 7 years ago

seananderson commented 7 years ago

LMs, GLMs, LMMs

y = b0 + b1 * x log(y) = b0 + b1 * x log(y) = b0 + b1 * log(x)

Factor/binary predictors

Centered / scaled predictors.

Give output or coefficient values for hypothetical models and ask to answer specific questions about interpretation or quantifying values.