chinook_bootS | R Documentation |
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.
data("chinook_bootS")
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.
Also includes the calculations for the amount of variance explained by dam by sire, sire, dam, residual, and total.
http://link.springer.com.proxy1.lib.uwo.ca/article/10.1007
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
data(chinook_bootS)
## Extract bootstrap confidence interval
ciMANA(comp=chinook_bootS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.