STA242/ENV255 Assignment 2

Due Friday, September 5, 2003 at 5pm. Submit to A125 LSRC. Late homework will not be accepted.


Policies for this assignment:
Background reading: Chapter 7 of Moore & McCabe; Read 7.2 focusing on the pooled two-sample t-test. Suggested Exercises: Exc. 7.33 p. 523 of M&M, Exc. 15, p. 52 of Sleuth


To turn in:

  1. Moore/McCabe: p. 523, exc. 7.26, 7.44

  2. Tetrachlorodibenzo-p-dioxin (TCDD) is a highly toxic substance found in industrial wastes. A study was conducted to determine the amount of TCDD present in the tissues of bullfrogs inhabiting the Rocky Branch Creek in central Arkansas, an area known to be contaminated by TCDD (Korfmacher, W.A., Chemosphere, Feb. 1986). The level of TCDD (in parts per trillion) was measured in several specific tissues of four female bull frogs. The ratio of TCDD in the liver tissue to TCDD in the leg muscle of the frog was recorded for each. The relative ratios of contaminant for two tissues, the liver and the ovaries, are given for each of the four frogs in the table below.

    Frog

    A

    B

    C

    D

    Liver

    11.0

    14.6

    14.3

    12.2

    Ovaries

    24.2

    18.2

    20.5

    16.0

    According to the researchers, "the data set suggests that the [mean] relative level of TCDD in the ovaries of the frogs is higher than the [mean] level in the liver of the frogs."

    1. Test the claim using a=0.05. Clearly write out null and alternative hypotheses, test statistic, and p-value for the test. Give the result of your test in a sentence.

    2. What assumptions are necessary for your analysis in (a)?

    You may wish to use Splus to double check the p-value you obtained from the tables in Sleuth. Directions are here.

    Check your answer by performing a 1-sample t-test in Splus. Go to "File" "New" "Dataset". In column 1, type the Ovaries data. In column 2, type the Liver data. Label each column. Now we'll make a new column of the differences between Ovaries and Liver measurements. Go to "Data" and "Transform". Select "Target Column" and type in "Diffs" (or some other variable name for differences between Ovaries and Liver). In "Expression", type in "Ovaries - Liver" (assuming this is how you labelled your columns, this is an equation for the differences). Go to "Statistics" "Compare Samples" "One Sample". Select "Variable" to be your new variable "Diffs". "Mean under Null" should be zero. Choose the appropriate alternative hypothesis. (Note that in this one-sided case, Splus prints out one-sided confidence intervals with one endpoint equal to "NA".)

  3. Exercise 12, p. 51 of Sleuth. Clearly report your test statistic, p-value, and give your conclusion in a sentence.

  4. Data Problem 21, p. 52 of Sleuth. You will turn in a writeup of this problem, analogous to this sample writeup. Directions for this writeup can be found below.

Relevant Splus commands for this problem:


Details on one-page writeup

LENGTH: 1/2 page. (you can go to a max 1 page, but you shouldn't need this much)

FORMAT: 1" margins all around, 11 point font. Times New Roman.

Language to use in the writeup: Use the Case Studies in the beginning of Chapter 2 as a guide, as well as the sample writeup provided.