library(LM2GLMM)
knitr::opts_chunk$set(cache = FALSE,
                      fig.align = "center",
                      fig.width = 4,
                      fig.height = 4,
                      cache.path = "./cache_knitr/GLM_ex/",
                      fig.path = "./fig_knitr/GLM_ex/")
options(width = 110)
set.seed(1L)

95% CI on fitted values: Binomial

Compute the predictions and confidence intervals for fit_binar, fit_binom & fit_poiss for a number of humans eaten varying between 0 and 15.


You can find the solution here.

[Back to main menu](./Title.html#2)


courtiol/LM2GLMM documentation built on July 3, 2022, 7:42 a.m.