library(tidyr)
library(dplyr)
library(ggplot2)
library(readr)
## theme for ggplot
theme_set(theme_classic())
theme_update(text = element_text(size = 14))Day 8
Freie Universität Berlin @ Theoretical Ecology

matedhibernationmin.weight# A tibble: 8 × 5
mated hibernation min.weight n.tot n.death
<chr> <chr> <chr> <dbl> <dbl>
1 No Yes Yes 60 5
2 Yes Yes Yes 17 2
3 No No Yes 8 1
4 Yes No Yes 2 0
5 No Yes No 187 35
6 Yes Yes No 85 13
7 No No No 51 15
8 Yes No No 23 8
RR
Generalized linear models