Question

In: Statistics and Probability

For the problem below, part b), discuss which distribution is appropriate to use when constructing the...

For the problem below, part b), discuss which distribution is appropriate to use when constructing the confidence interval (C.I.) - Normal or T-distribution. Explain your reasoning.

The survival times in weeks for 20 male rats that were exposed to a high level of radiation are152 152 115 109 137 88 94 77 160 165 125 40 128 123 136 101 62 153 83 69. Data are from Lawless (1982) and are stored in the data frame RAT. Load the data with data(RAT)

  1. Construct a quantile-quantile plot of the survival times. Based on the quantile-quantile plot, can normality be ruled out?

  2. Construct a 95% confidence interval for the average survival time for male rats exposed to high levels of radiation.

Solution:

data(RAT)
ggplot(data = RAT, aes(sample = survival.time)) +
  stat_qq() +
  theme_bw()

Solutions

Expert Solution

R codes and output:

> rat=scan('clipboard')
Read 20 items
> rat
[1] 152 152 115 109 137 88 94 77 160 165 125 40 128 123 136 101 62 153 83
[20] 69
> qqnorm(rat,main='QQ plot of the survival time for rats')
> qqline(rat)
> t.test(rat)

One Sample t-test

data: rat
t = 14.176, df = 19, p-value = 1.48e-11
alternative hypothesis: true mean is not equal to 0
95 percent confidence interval:
96.69997 130.20003
sample estimates:
mean of x
113.45

Que.a

Almost all pints lie on straight line except some points in the right tail. Hence we conclude that normality assumption is satisfied.

Que.b

95% confidence interval for the average survival time for male rats exposed to high levels of radiation.

We use t statistic o compute 95% confidence interval, because we don't know population standard deviation and sample size is also small.

Confidence interval = (  96.69997 , 130.20003 )


Related Solutions

Part 1 Select the appropriate discrete probability distribution. If using a binomial distribution, use the constant...
Part 1 Select the appropriate discrete probability distribution. If using a binomial distribution, use the constant probability from the collected data and assume a fixed number of events of 20. If using a Poisson distribution, use the applicable mean from the collected data. art 2 Using the mean and standard deviation for the continuous data, identify the applicable values of X for the following: Identify the value of X of 20% of the data, identify the value of X for...
. Discuss when N-way ANOVA is appropriate to use
. Discuss when N-way ANOVA is appropriate to use
Discuss the limitations of BMI. Discuss when it would be most appropriate to use BMI and...
Discuss the limitations of BMI. Discuss when it would be most appropriate to use BMI and describe instances when another more formal technique should be utilized and why?
discuss the following four budgets in healthcare, and when would it be appropriate to use them?...
discuss the following four budgets in healthcare, and when would it be appropriate to use them? operating budget cash budget capital budget grant/contract budget
Use the probability distribution to complete parts​ (a) and​ (b) below. The number of defects per...
Use the probability distribution to complete parts​ (a) and​ (b) below. The number of defects per 1000 machine parts inspected Defects 0 1 2 3 4 5 Probability 0.261 0.301 0.242 0.133 0.045 0.018 ​(a) Find the​ mean, variance, and standard deviation of the probability distribution. The mean is:
Use the probability distribution to complete parts​ (a) and​ (b) below. The number of defects per...
Use the probability distribution to complete parts​ (a) and​ (b) below. The number of defects per 1000 machine parts inspected Defects 0 1 2 3 4 5 Probability 0.262 0.291 0.240 0.151 0.037 0.019 ​(a) Find the​ mean, variance, and standard deviation of the probability distribution. The mean is nothing. ​(Round to one decimal place as​ needed.) The variance is nothing. ​(Round to one decimal place as​ needed.) The standard deviation is nothing. ​(Round to one decimal place as​ needed.)...
Use the distribution below to test that Peanut M&Ms follow the stated distribution. Discuss your choice...
Use the distribution below to test that Peanut M&Ms follow the stated distribution. Discuss your choice of ?. Would a different ? have changed your conclusion? M&M states the following distribution for Peanut M&Ms: Red = 12%, Orange = 23%, Yellow = 15%, Green = 15%, Blue = 23%, Brown = 12% Total Peanut M&Ms: 367 Red=44 Orange=81 Yellow=81 Green=56 Blue=61 Brown=44
Use the distribution below to test that Plain M&Ms follow the stated distribution. Discuss your choice...
Use the distribution below to test that Plain M&Ms follow the stated distribution. Discuss your choice of ?. Would a different ? have changed your conclusion? M&M states the following distribution for Plain M&Ms: Red = 13%, Orange = 20%, Yellow = 13%, Green = 20%, Blue = 20%, Brown = 14% Total number of plain M&M's: 665 Total number of red plain M&M's: 76 Total number of plain brown M&M's: 66 Total number of blue plain M&M's: 179 Total...
Use the distribution below to test that Peanut M&Ms follow the stated distribution. Discuss your choice...
Use the distribution below to test that Peanut M&Ms follow the stated distribution. Discuss your choice of ?. Would a different ? have changed your conclusion? M&M states the following distribution for Peanut M&Ms: Red = 12%, Orange = 23%, Yellow = 15%, Green = 15%, Blue = 23%, Brown = 12% Total number of plain M&M's: 665 Total number of red plain M&M's: 76 Total number of plain brown M&M's: 66 Total number of blue plain M&M's: 179 Total...
When dealing with a waiting line problem in which the arrivals follow a poisson distribution, and...
When dealing with a waiting line problem in which the arrivals follow a poisson distribution, and the service times are either exponential or follow an arbitrary distribution with a known mean and standard deviation, list three ways in which the performance of a system can be improved. Discuss the advantage and disadvantage of each one.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT