powered by
Bootstrap resampled Chinook salmon binary survival to hatch (1 is alive, 0 is dead). Number of iterations was 5.
data("chinook_resampS")
A data frame with 36300 observations on the following 30 variables.
status1
a numeric vector
dam1
sire1
tray1
cell1
egg_size1
status2
dam2
sire2
tray2
cell2
egg_size2
status3
dam3
sire3
tray3
cell3
egg_size3
status4
dam4
sire4
tray4
cell4
egg_size4
status5
dam5
sire5
tray5
cell5
egg_size5
data(chinook_resampS) if (FALSE) survival_rcomp<- resampGlmer(resamp=chinook_resampS,dam="dam",sire="sire", response="status",fam_link=binomial(link="logit"),start=1,end=1000)
Run the code above in your browser using DataLab