Learn R Programming

fullfact (version 1.0)

chinook_resampL: Chinook salmon length, bootstrap resampled

Description

Bootstrap resampled Chinook salmon fork length (mm) at hatch. Number of iterations was 5.

Usage

data("chinook_resampL")

Arguments

Format

A data frame with 1210 observations on the following 30 variables.
dam1,
a numeric vector
sire1,
a numeric vector
tray1,
a numeric vector
cell1,
a numeric vector
length1,
a numeric vector
egg_size1,
a numeric vector
dam2,
a numeric vector
sire2,
a numeric vector
tray2,
a numeric vector
cell2,
a numeric vector
length2,
a numeric vector
egg_size2,
a numeric vector
dam3,
a numeric vector
sire3,
a numeric vector
tray3,
a numeric vector
cell3,
a numeric vector
length3,
a numeric vector
egg_size3,
a numeric vector
dam4,
a numeric vector
sire4,
a numeric vector
tray4,
a numeric vector
cell4,
a numeric vector
length4,
a numeric vector
egg_size4,
a numeric vector
dam5,
a numeric vector
sire5,
a numeric vector
tray5,
a numeric vector
cell5,
a numeric vector
length5,
a numeric vector
egg_size5,
a numeric vector

Source

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_resampL)
#the five models
length_rcomp1<- resampLmer(resamp=chinook_resampL,dam="dam",sire="sire",response="length",
start=1,end=5)  #full analysis should use 1,000 models

Run the code above in your browser using DataLab