Learn R Programming

fullfact (version 1.0)

chinook_resampS: Chinook salmon survival, bootstrap resampled

Description

Bootstrap resampled Chinook salmon binary survival to hatch (1 is alive, 0 is dead). Number of iterations was 5.

Usage

data("chinook_resampS")

Arguments

Format

A data frame with 36300 observations on the following 30 variables.
status1,
a numeric vector
dam1,
a numeric vector
sire1,
a numeric vector
tray1,
a numeric vector
cell1,
a numeric vector
egg_size1,
a numeric vector
status2,
a numeric vector
dam2,
a numeric vector
sire2,
a numeric vector
tray2,
a numeric vector
cell2,
a numeric vector
egg_size2,
a numeric vector
status3,
a numeric vector
dam3,
a numeric vector
sire3,
a numeric vector
tray3,
a numeric vector
cell3,
a numeric vector
egg_size3,
a numeric vector
status4,
a numeric vector
dam4,
a numeric vector
sire4,
a numeric vector
tray4,
a numeric vector
cell4,
a numeric vector
egg_size4,
a numeric vector
status5,
a numeric vector
dam5,
a numeric vector
sire5,
a numeric vector
tray5,
a numeric vector
cell5,
a numeric vector
egg_size5,
a numeric vector

Source

Pitcher TE, Neff BD. 2007. Genetic quality and offspring performance in Chinook salmon: implications for supportive breeding. Conservation Genetics 8(3):607-616. DOI: 10.1007/s10592-006-9204-z

Examples

Run this code
data(chinook_resampS)
## Not run: survival_rcomp<- resampGlmer(resamp=chinook_resampS,dam="dam",sire="sire",
# response="status",fam_link=binomial(logit),start=1,end=1000)## End(Not run)

Run the code above in your browser using DataLab