
Last chance! 50% off unlimited learning
Sale ends in
minnow is a dataset of mean length against time in weeks for minnows (Phoxinus phoxinus), derived from Pitcher & Macdonald (1973) for use when fitting growth curves, especially seasonal growth curves. The data exhibit increases and decreases in length as each year progresses because these are mean lengths rather than individual measurements (which would, more typically, be used these days). The data have been read off a graph within the original paper as it is not reported explicitly, and are therefore only approximate, but will do for our purposes (but expect different parameters to those reported in the original paper). This is length at time not age. Though time is being used as a proxy for age there is no age 0.
A data.frame of mean length-at-time data
the week of sampling minnows for lengths
the mean length in the corresponding week in mm
seasonal growth curves
von Bertanlanffy
Model residuals
# NOT RUN {
data(minnow)
oldpar <- par(no.readonly=TRUE)
plot1(minnow$week,minnow$length,type="p",pch=16,cex=1.2,
xlab="Week",ylab="Length mm")
par(oldpar)
# }
Run the code above in your browser using DataLab