dev/fit.R

library(shellpipes)
library(lme4)

d <- rdsRead()

summary(d)

poism <- glmer(inc ~ group*wave + (1 | date) + offset(log(susc))
	, data = d, family = poisson(link = "log")
)

summary(poism)

saveVars(poism, d)
mac-theobio/effects documentation built on July 6, 2023, 4:19 a.m.