chinook_bootL {fullfact} | R Documentation |
Chinook salmon length, bootstrap calculations
Description
Bootstrap resampled Chinook salmon fork length (mm) at hatch with the amount of additive genetic, non-additive genetic, and maternal variance calculations.
Usage
data("chinook_bootL")
Format
A data frame with 1000 observations on the following 9 variables.
dam.sire
,a numeric vector.
tray
,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 position (tray), 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
data(chinook_bootL)
## Extract bootstrap confidence interval
ciMANA(comp=chinook_bootL)