
Last chance! 50% off unlimited learning
Sale ends in
npf is fishery catch data from Australia's Northern Prawn Fishery from 1970 to 1992 summarized from Robins and Somers, 1994. It contains the catches, in tonnes, of banana prawns (Penaeus merguiensis and P. indicus), tiger prawns (brown - P. esculentus) and (grooved - P. semisulcatus), endeavour prawns, (Metapenaeus endevaouri and M. ensis), king prawns (P. latisulcatus and P. longistylus), the number of vessels fishing, and the annual effort as boat-days.
A data.frame of fisheries data
the fishing year from 1970 - 1992.
banana prawn catches, tonnes.
tiger prawn catches, tonnes.
endeavour prawn catches, tonnes.
king prawn catches, tonnes.
the number of vessesl fishing in that year.
the total annual effort as boatdays.
correlation analysis and regression
Bootstrap percentile confidence intervals
Model residuals
# NOT RUN {
data(npf)
npf
oldpar <- par(no.readonly=TRUE)
plot1(npf$year,npf$tiger,xlab="Year",ylab="Tonnes",lwd=2)
lines(npf$year,npf$endeavour,col=2,lwd=2)
legend("topleft",c("Tiger","Endeavour"),col=c(1,2),lwd=3,
bty="n",cex=1.5)
par(oldpar)
# }
Run the code above in your browser using DataLab