chinook_bootS: Chinook salmon survival, bootstrap data

Description Usage Format Details Source References Examples

Description

Bootstrap resampled Chinook salmon binary survival to hatch (1 is alive, 0 is dead) with the amount of additive genetic, non-additive genetic, and maternal variance calculations.

Usage

1
data("chinook_bootS")

Format

A data frame with 1000 observations on the following 8 variables.

dam.sire,

a numeric vector.

sire,

a numeric vector.

dam,

a numeric vector.

Residual,

a numeric vector.

Total,

a numeric vector.

additive,

a numeric vector.

maternal,

a numeric vector.

nonadd,

a numeric vector.

Details

Also includes the calculations for the amount of variance explained by dam by sire, sire, dam, residual, and total.

Source

http://link.springer.com.proxy1.lib.uwo.ca/article/10.1007

References

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

1
2
3
data(chinook_bootS)
## Extract bootstrap confidence interval
ciMANA(comp=chinook_bootS)

fullfact documentation built on March 14, 2021, 5:08 p.m.