| chinook_length {fullfact} | R Documentation |
Chinook salmon length, raw data
Description
Raw Chinook salmon fork length (mm) at hatch for offspring produced using an 11 x 11 full factorial breeding design.
Usage
data("chinook_length")
Format
A data frame with 1210 observations on the following 8 variables.
family,a factor with levels:
f1f10f100f101f102f103f104f105f106f107f108f109f11f110f111f112f113f114f115f116f117f118f119f12f120f121f13f14f15f16f17f18f19f2f20f21f22f23f24f25f26f27f28f29f3f30f31f32f33f34f35f36f37f38f39f4f40f41f42f43f44f45f46f47f48f49f5f50f51f52f53f54f55f56f57f58f59f6f60f61f62f63f64f65f66f67f68f69f7f70f71f72f73f74f75f76f77f78f79f8f80f81f82f83f84f85f86f87f88f89f9f90f91f92f93f94f95f96f97f98f99repli,a factor with levels:
r1r2dam,a factor with levels:
d1d10d11d2d3d4d5d6d7d8d9sire,a factor with levels:
s1s10s11s2s3s4s5s6s7s8s9tray,a factor with levels:
t1t10t11t12t13t14t15t16t2t3t4t5t6t7t8t9cell,a factor with levels:
1A1B1C1D2A2B2C2D3A3B3C3D4A4B4C4Dlength,a numeric vector.
egg_size,a numeric vector.
Details
Also includes family identity, family replicate, incubator position (tray and cell), and average female egg size (mm) information.
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_length)
## Standard additive genetic, non-additive genetic, and maternal variance analysis
length_mod1<- observLmer(observ=chinook_length,dam="dam",sire="sire",response="length")
length_mod1