powered by
Bootstrap resampled Chinook salmon fork length (mm) at hatch. Number of iterations was 5.
data("chinook_resampL")
A data frame with 1210 observations on the following 30 variables.
dam1
a numeric vector
sire1
tray1
cell1
length1
egg_size1
dam2
sire2
tray2
cell2
length2
egg_size2
dam3
sire3
tray3
cell3
length3
egg_size3
dam4
sire4
tray4
cell4
length4
egg_size4
dam5
sire5
tray5
cell5
length5
egg_size5
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