chinook_jackL | R Documentation |
Jackknife resampled Chinook salmon fork length (mm) at hatch with the amount of additive genetic, non-additive genetic, and maternal variance calculations. Jackknife resampling was leave-out-one.
data("chinook_jackL")
A data frame with 1210 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.
nonadd
,a numeric vector.
maternal
,a numeric vector.
Also includes the calculations for the amount of variance explained by position (tray), 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_jackL)
## Extract jackknifed confidence interval
ciJack(comp=chinook_jackL,full=c(0,0.7192,0.2030,1.0404))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.