Learn R Programming

fullfact (version 1.5.2)

chinook_bootL: 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")

Arguments

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.

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

Run this code
data(chinook_bootL)
## Extract bootstrap confidence interval
ciMANA(comp=chinook_bootL)

Run the code above in your browser using DataLab