Assignment 10

Due Date

Friday, November 16, 2012

Data Source

The data for this assignment is bycatch.csv, a comma-delimited text file.

Background

These data are Example 3.3 of Manly (2001), pp. 96–100, who obtained the data from Baird (1996). Manly describes the data as follows.

The accidental capture of marine mammals and birds in commercial fishing operations is of considerable concern in many fisheries around the world. This example concerns one such situation, which is of catches of the common dolphin (Delphinus delphis) and the bottlenose dolphin (Tursiops truncatus) in the Taranaki Bight trawl fishery for jack mackerel (Trachurus declivus, T. novaezalandiae, and T. murphyi) off the west coast of New Zealand.

The New Zealand Ministry of Fisheries puts official observers on about 10% of fishing vessels to monitor dolphin bycatch ... Data were collected by these observers for the six fishing seasons 1989/90 to 1994/95 ...The table shows the number of observed trawls (Tows) and the number of dolphins accidentally killed (Bycatch) categorised by eight conditions for each fishing year: the fishing area (the northern or southern Taranaki Bight), by the gear type (bottom or midwater), by the time (day or night). Excluding five cases where there were no observed trawls, this gives 43 observations on the bycatch under different conditions, in different years.

Questions

  1. Manly (2001) fits a Poisson regression model to these data in which he includes season, area, gear type, and time of day as factors in a main effects model. He fits the model in such a way that the response variable, Bycatch, can be interpreted as a bycatch rate, the number of dolphins killed per tow. Fit this model.
  2. Obtain the estimates of the area, gear type, and time effects. Interpret what these estimates represent in practical terms. For instance, how do the bycatch rates compare for night versus day, south versus north, mid-water versus bottom?
  3. Manly (2001), p. 100, states the following: "All effects are highly significant in terms of the reduction in the deviance that is obtained by adding them into the model, and the final model gives a good fit to the data (chi-squared = 42.08 with 34 degrees of freedom, p = 0.161)." Is Manly right? Why or why not?
  4. Examine the summary table. Do you see anything unusual in what's reported there to suggest that maybe there is a problem with this model? What?
  5. In light of the problem you saw in question 4, refit the model but this time treat Season as a random effect rather than a fixed effect.
  6. Carry out a goodness of fit test for the random effects model. What observations appear to be poorly described by the model?
  7. Examine the Pearson residuals. Verify that these same observations have the largest Pearson residuals.
  8. Refit the model of question 5 but this time treat log(tows) as a covariate rather than an offset.
    1. Cite two pieces of statistical evidence that suggest that log(tows) is better treated as a covariate than as an offset.
    2. Check the fit of this model the same way you did for the model in Question 6. Has the fit improved?

Hint

  1. In Question 3 you should find that you match Manly's reported deviance, degrees of freedom, and p-value. So what I'm asking here is whether the goodness of fit test he's conducting is valid for these data and this model.
  2. In Question 6 a goodness of fit test such as the one you carried out in Assignment 9 would be appropriate. The predict function does not work with lmer objects, but the fitted function does. The fitted function applied to an lmer model returns the conditional mean, i.e., the mean calculated using the regression model that includes the fixed effects, offset, and the random effects. See lecture 7.
  3. Extra credit: The answer to Question 8a turns out to be somewhat ambiguous. I can actually find two pieces of statistical evidence that support treating log(tows) as a covariate but also one piece of statistical evidence that says it doesn't matter, log(tows) could just as well be treated as an offset. Extra credit if you can find all three of the pieces of evidence that I'm referring to here.

Cited references

Course Home Page


Jack Weiss
Phone: (919) 962-5930
E-Mail: jack_weiss@unc.edu
Address: Curriculum in Ecology, Box 3275, University of North Carolina, Chapel Hill, 27599
Copyright © 2012
Last Revised--November 14, 2012
URL: https://sakai.unc.edu/access/content/group/3d1eb92e-7848-4f55-90c3-7c72a54e7e43/public/docs/assignments/assign10.htm