Question

In: Statistics and Probability

In the North American population, the average IQ is 100. A team of scientists wants to...

In the North American population, the average IQ is 100. A team of scientists wants to test a new medication to see if it has either a positive or negative effect on intelligence or no effect at all. A sample of 39 participants who have taken the medication has been investigated and their IQ after treatment is noted as following:

95           90           100         110         108         105         98           105         120         115         99           100         90    118         112         110         120         120         95           100         90           110         100         105         100         90    105         103         108         112        

114         100         88           95           105         103         105         107         98

                1-Does the medication influence the North American population IQ? Explain and justify your answer.

The same medication is used on Scandinavian population. 20 participants have been treated and their IQs are noted.

112         114         100         88           95           105         108         105         98           105         120         115         99

100         90           112         110         120         120         90

2-Does the medication have the same effect on both samples (North American and Scandinavian) IQ? Explain and justify your answer.

Solutions

Expert Solution

Here, under normality assumption with equal variances for two independent samples, we have performed the folloeing tests:

  1. Does the medication influence the North American population IQ? Perform one sample t-test.
  2. Does the medication influence the Scandanavian population IQ?In the same direction?Perform one sample t-test.
  3. Does the medication influence the North American as well as the Scandanavian population IQ to the same extent?Perform two independent sample Fisher's t-test.

For the first case R shows p-value=0.0105<0.05. hence we reject the null and can say that there is enough evidence to support the claim that the medication affects the North Americal population IQ, more specifically it increases its level(evident from 95% CI)

For the second case R shows p-value=0.03076<0.05. hence here also we reject the null and can say that there is enough evidence to support the claim that the medication affects the scandanavian population IQ, more specifically it increases its level(evident from 95% CI) in this case also.

For the third case we want to know whether this medication results in increment of the average IQ upto the same level for both the North American and the Scandanavian population IQ. Here p-value=0.5575>>0.05, so do not reject the null. Hence we can conclude that after this medication, both population end with same IQ level(after increment), on an average.

R CODE and OUTPUT:

> x=c(95,90,100,110,108,105,98,105,120,115,99,100,90,118,112,110,
+ 120,120,95,100,90,110,100,105,100,90,105,103,108,112,
+ 114,100,88,95,105,103,105,107,98)
> t.test(x,mu=100,alternative="two.sided",conf.level=0.95)

One Sample t-test

data: x
t = 2.6923, df = 38, p-value = 0.0105
alternative hypothesis: true mean is not equal to 100
95 percent confidence interval:
100.9414 106.6483
sample estimates:
mean of x
103.7949

> y=c(112,114,100,88,95,105,108,105,98,105,120,115,99,
+ 100,90,112,110,120,120,90)
> t.test(y,mu=100,alternative="two.sided",conf.level=0.95)

One Sample t-test

data: y
t = 2.3336, df = 19, p-value = 0.03076
alternative hypothesis: true mean is not equal to 100
95 percent confidence interval:
100.5463 110.0537
sample estimates:
mean of x
105.3

>
> t.test(x,y,mu=0,alternative="two.sided",var.equal=TRUE,paired=FALSE,conf.level=0.95)

Two Sample t-test

data: x and y
t = -0.58997, df = 57, p-value = 0.5575
alternative hypothesis: true difference in means is not equal to 0
95 percent confidence interval:
-6.613780 3.603523
sample estimates:
mean of x mean of y
103.7949 105.3000


Related Solutions

In the population, the average IQ is 100 with a standard deviation of 15. A team...
In the population, the average IQ is 100 with a standard deviation of 15. A team of scientists wants to test a new medication to see if it has either a positive or negative effect on intelligence, or no effect at all. A sample of 30 participants who have taken the medication has a mean of 105. It is assumed that the data are drawn from a normally distributed population. Did the medication affect intelligence, using α= 0.05? a. State...
The average IQ in America is 100. A researcher wants to test the hypothesis that left-handed...
The average IQ in America is 100. A researcher wants to test the hypothesis that left-handed individuals have different IQs than the average American. He administers an IQ test to 8 left-handed individuals. They have mean 97.4 with a standard deviation of 13. Test the hypothesis (=.05) that left handed individuals have different IQs than the average Ameican. BE SURE TO ANSWER ALL PARTS OF THE QUESTION AND SHOW YOUR WORK WHEN YOU CAN. a) What is the appropriate test?...
It is suggested that the average IQ of top civil servants, research scientists and professors is...
It is suggested that the average IQ of top civil servants, research scientists and professors is 140. Suppose that the standard deviation is 5. a. Suppose a full professor from a Canadian university is selected at random. What is the probability that the IQ of the selected Canadian professor is below 130? State any necessary assumptions you have made to compute this probability. b. Suppose that the assumption(s) made in part a was not justifiable. A researcher decided to take...
The mean population IQ is 100 with a standard deviation of 15. A principal at a...
The mean population IQ is 100 with a standard deviation of 15. A principal at a certain school claims that the mean IQ score of their students in his school is greater that 100. A random sample of 30 students IQ scores have a mean score of 112. Significance level α = 0.01 (a) State the null and alternate hypotheses (b) Calculate the z statistic value 6 (c) Determine the p value. Sketch the graph (d) Make a decision. Reject...
The population of IQ scores form a normal distribution with a μ = 100 and a...
The population of IQ scores form a normal distribution with a μ = 100 and a standard deviation of σ = 10. What is the probability of obtaining a sample mean greater than M = 97, For a random sample of n = 9 For a random sample of n = 25 people
IQ scores are standardized such that the population of scores has a mean of 100 and...
IQ scores are standardized such that the population of scores has a mean of 100 and a variance of 225. Assuming IQ scores have a normal distribution, what proportion of scores will fall below 80? What proportion will fall below 75? What values occur in the top 9% of the distribution? What values occur in the bottom 9% of the distribution?
Assuming IQ scores are normally distributed in the population with a mean of 100 and a...
Assuming IQ scores are normally distributed in the population with a mean of 100 and a standard deviation of 16, what percentages of IQ scores are less than 120, between 110 and 130, and what IQ will place you in the top 8% of the population?
Assume the population mean IQ is 100 with a standard deviation of 15. A sample of...
Assume the population mean IQ is 100 with a standard deviation of 15. A sample of 25 students recently took an IQ test in which their average score was 108. If another sample of 25 students was selected, what is the probability that that sample would have a mean greater than 108?
A certain IQ test is known to have a population mean of 100 and standard deviation...
A certain IQ test is known to have a population mean of 100 and standard deviation of 15 in the general population. You want to test whether psychology majors have a different average IQ than the population as a whole. Assume the variance of IQ is the same for Psych majors as it is in the general population. Suppose that Psychology majors actually have an average IQ of 108. If you do a 2-tailed test at α= .05 with a...
You wish to test the claim that the average IQ score is less than 100 at...
You wish to test the claim that the average IQ score is less than 100 at the .05 significance level. You determine the hypotheses are: Ho: μ=100 H1:μ<100 You take a simple random sample of 38 individuals and find the mean IQ score is 95.8, with a standard deviation of 15.2. Let's consider testing this hypothesis two ways: once with assuming the population standard deviation is not known and once with assuming that it is known. Round to three decimal...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT