Question

In: Statistics and Probability

To determine whether patients are responsive to a particular chemotherapeutic agent, colonies of cells are grown...

To determine whether patients are responsive to a particular chemotherapeutic agent, colonies of cells are grown from each patient and then treated with the agent in question. To compare two agents, two samples are prepared simultaneously, from each patient, one sample treated with each drug, and the number of colonies in the culture counted. The data listed below show the results of such an experiment. On each line, the colony counts the resulting from treatment 1 and treatment 2 are given for a particular patient.

Do the two treatments have the same effect on colony formation? Use two techniques, one parametric and one nonparametric, to answer this question. This is a paired data problem.

Summarize all results giving hypotheses, significance level, tests performed, statistics, and conclusions.

Treatment 1 Treatment 2
252 253
227 260
181 344
167 248
83 98
35 69
20 85
18 62
12 22
6 13
5 4
23 18
23 11
12 0
7 3
2 1

Solutions

Expert Solution

ANSWER::

We will do both non-parametric and paramteric test in R.

1st note that this a paired dataset, the values in tretament-1 are correlated to treatment-2 as both the measurements are taken from the same set of individuals.

Here is the to take the data in R.

trt1<-c(252,227,181,167,83,35,20,18,12,6,5,23,23,12,7,2)
trt2<-c(253,260,344,248,98,69,85,62,22,13,4,18,11,0,3,1)

Non-parametric test:

We will test whether there is any shift in location of the two treatments by wilcoxon sign rank test.

Code:

wilcox.test(trt1,trt2,
alternative ="two.sided",
mu = 0, paired = TRUE,correct=TRUE,exact=FALSE,
conf.int = FALSE, conf.level = 0.95)

Output:


Wilcoxon signed rank test with continuity correction

data: trt1 and trt2
V = 30, p-value = 0.05229
alternative hypothesis: true location shift is not equal to 0

>

From the output we see that p-value = 0.5229 > specified significance.level = 0.05, so we fail to reject H0 to conclude that there is no sufficient evidence to suggest any difference in the effect of two treatments.

Paramteric Test:

We will conduct paired t-test in R .

Code:

t.test(trt1,trt2,paired=TRUE,mu=0,conf.level=0.95)

Output:


Paired t-test

data: trt1 and trt2
t = -2.2869, df = 15, p-value = 0.03716
alternative hypothesis: true difference in means is not equal to 0
95 percent confidence interval:
-50.474634 -1.775366
sample estimates:
mean of the differences
-26.125

>

As the p-value of the test = 0.037 which is less than 0.05, so we will reject H0 based on paramteric test to conclude that there is sufficient evidence to suggest that there is a siginifficant difference in the mean effect of the two treatments.

before moving on, let's see why the two conclusion based on paramteric and non-parametric test are not equal.

The main assumption of paire t-test is data follows normal. but we not tested that. we will do shapiro wilks test for normality

code:

diff<-trt1-trt2
shapiro.test(diff)

Output:

Shapiro-Wilk normality test

data: diff
W = 0.7711, p-value = 0.001153

>

As the p-value is much less than 0.05 ,so we have the sufficient evidence that the data is not from normal distribution. So paired t-test is not valid here, and the results and conclusion may be misleading. Whereas nonparametric results are more reliable.

NOTE:: I HOPE YOUR HAPPY WITH MY ANSWER....***PLEASE SUPPORT ME WITH YOUR RATING...

***PLEASE GIVE ME "LIKE"...ITS VERY IMPORTANT FOR ME NOW....PLEASE SUPPORT ME ....THANK YOU


Related Solutions

From 1995 to 2012, researchers surveyed the number of honeybee colonies in order to determine whether...
From 1995 to 2012, researchers surveyed the number of honeybee colonies in order to determine whether the population changed over time. The scatterplot below shows the relationship between these two variables along with the least squares fit. Round all calculated results to 4 decimal places. 1.The relationship between year and number of honeybee colonies is  ? positive negative ,  ? weak strong , and  ? linear non-linear . 2. The explanatory variable is  ? year days number of bees number of bee colonies  and the...
Design an experiment that will determine whether oligomycin is an ETC inhibitor or an uncoupling agent.
Design an experiment that will determine whether oligomycin is an ETC inhibitor or an uncoupling agent.
1A. Look at these particular goods and determine whether it most likely describes perfect competition or...
1A. Look at these particular goods and determine whether it most likely describes perfect competition or monopolistic competition designer dress pears mystery novel wheat milk TV show microwave 1B. Consider the following scenarios and describe how the monopolistic competitor would be impacted in the short run and the long run. Will there be economic profits or economic losses? What will happen to prices after entry or exit? What will economic profits be in the long run? Romantic movies are less...
To determine whether a particular trait is autosomal or sex-linked, scientists or breeders would perform reciprocal...
To determine whether a particular trait is autosomal or sex-linked, scientists or breeders would perform reciprocal crosses. In a species of exotic bird, the wild-type glossy green is dominant over the yellow plumage. Assigning Ye+ to the wild type glossy green and Ye to yellow, show how you would perform such a cross (or crosses) to test the hypothesis that these plumage phenotypes in this exotic bird are sex-linked. What are the expected phenotypic ratios of the F2, after intercrossing...
Create a statistical model to determine whether a particular geographical region can support a high-tech manufacturing...
Create a statistical model to determine whether a particular geographical region can support a high-tech manufacturing firm. Use data from the US Census Bureau (so I do not know what type of data I need to pull,that is why it is not here Like do I use census,ages, etc..need help in identifying the type of data needed. If you could just make up numbers and tell me the type and go from there. You only have to do like three...
How would you define poverty? How would you determine whether a particular family is poor? Is...
How would you define poverty? How would you determine whether a particular family is poor? Is the test you have proposed an absolute or a relative test?
Q1. A local sports bar wanted to determine whether Ohio University students prefer a particular type...
Q1. A local sports bar wanted to determine whether Ohio University students prefer a particular type of food in their establishment. A sample of students responses are reproduced below. Do students prefer a particular type of bar food? Use critical value = 6.58. Use the numbers below for this question only! Nachos        Pizza        Chicken Wings        Cheese Sticks    33               34                    46                          46 What would the expected value for Cheese Sticks be? Q2. A local sports bar wanted to determine whether Ohio University students prefer a particular type...
Consider National Competitive Advantage and determine whether firms from a particular country have a global advantage...
Consider National Competitive Advantage and determine whether firms from a particular country have a global advantage in their firm’s industry.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT