Question

Tax exempt properties: A tax collector wishes to see if the mean values of the tax-exempt...

Tax exempt properties: A tax collector wishes to see if the mean values of the tax-exempt properties in two cities are different. Alpha= 0.02

City 1:  11,45,33,40,23,45,23,67,34,23,56

City2: 44,55,33,45,25,11,44,54,74,41,15

(Testing the means of two independent samples - t test)

Homework Answers

Answer #1

Solution1:

Null hypothesis

Ho:

Alternative Hypothesis

Ha:

alpha=0.02

enter below R code to get the t statistic and p value

City_1 <- c( 11,45,33,40,23,45,23,67,34,23,56)

City_2 <- c( 44,55,33,45,25,11,44,54,74,41,15)
t.test(City_1,City_2,conf.level = 0.98)

Output:


   Welch Two Sample t-test

data: City_1 and City_2
t = -0.50228, df = 19.742, p-value = 0.621
alternative hypothesis: true difference in means is not equal to 0
98 percent confidence interval:
-22.50793 15.05338
sample estimates:
mean of x mean of y
36.36364 40.09091

t statistic=-0.50228

p value= 0.621

p>alpha

0.621>0.02

Fail to reject Ho.

Accept Ho.

Conclusion:

There is no sufficient statistical evidence at 2% level of significance to conclude that

the mean values of the tax-exempt properties in two cities are different.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
When we compute an independent-samples t-test, we are looking to see if there are significant differences...
When we compute an independent-samples t-test, we are looking to see if there are significant differences between the means of two independent groups, each measured on a different level of the independent variable. True or False When we compute a paired-samples t-test, we are looking to see if there are significant differences between the means of two independent groups, each measured on a different level of the independent variable. True or False If the p-value is > than 0.05, the...
A researcher wishes to see if there is a difference between the mean number of hours...
A researcher wishes to see if there is a difference between the mean number of hours per week that a family with no children participates in recreational activities and a family with children participates in recreational activities. She selects two random samples and the data are shown. Use μ1 for the mean number of families with no children. At =α0.01, is there a difference between the means? Use the P-value method and tables. X σ n No children 8.6 2.6...
An investigation is conducted to determine if the mean age of welfare recipients differs between two...
An investigation is conducted to determine if the mean age of welfare recipients differs between two cities A and B. Random samples of 75 and 100 welfare recipients are selected from city A and city B, respectively, and the following computations are made: City A City B Mean 38 43 S.D. 6.8 7.5 (a) Do the data provide strong evidence that the mean ages are different in city A and city B? (Test at α = 0.02) (b) Construct a...
A researcher wishes to see if there is a difference in the manual dexterity of athletes...
A researcher wishes to see if there is a difference in the manual dexterity of athletes and that of band members. Two random samples of 22 are selected from each group and are given a manual dexterity test. The mean of the athletes' test was 87, and the mean of the band members' test was 93. The population standard deviation for the test is 7.6. Use μ1 for the mean of the athletes' test. At =α0.05, is there a difference...
An investigation is conducted to determine if the mean age of welfare recipients differs between two...
An investigation is conducted to determine if the mean age of welfare recipients differs between two cities A and B. Random samples of 75 and 100 welfare recipients are selected from city A and city B, respectively, and the following computations are made: City A City B Mean 38 , 43 sd 6.8, 7.5 (a) Do the data provide strong evidence that the mean ages are different in city A and city B? (Test at α = 0.02) (b) Construct...
Independent Samples T-Test 95% CI for Mean Difference t df p Mean Difference SE Difference Lower...
Independent Samples T-Test 95% CI for Mean Difference t df p Mean Difference SE Difference Lower Upper Cohen's d Reading Level 1.995 69 0.003 0.878 0.289 0.293 1.493 0.721 The test is: Conduct a two-independent samples t test to determine if people with high IQs differ reading level compared to people without a high IQ. Using this table, first state if this test is directional or non directional. write the test results for a two-independent samples t-test. State which value...
1. What is a characteristic of the repeated-measure design? A. The test requires a larger sample...
1. What is a characteristic of the repeated-measure design? A. The test requires a larger sample size compared to a between-subjects design. B. More than one measure is taken from each subject. C. There are usually two groups of subjects to be compared. D. The appropriate hypothesis test is typically independent-samples t-test. 2. Which is the best way to reduce the variance in the distribution of means (also called sampling distribution) when conducting a t test? A. Ensuring that the...
For the table below, fill in the missing sections for the Mean, Median, Mode, Range, and...
For the table below, fill in the missing sections for the Mean, Median, Mode, Range, and Standard Deviation on your own. Remember to round to two decimal places. Hint: Put it in SPSS to simplify the calculation of the standard deviation, using the “Means” test under the Analyze menu! Then complete the five questions and transfer your answers to the quiz in Canvas Condition 1 Scores Condition 2 Scores 1 5 1 7 2 6 3 5 2 5 2...
A researcher wishes to see if the average weights of newborn male infants are different from...
A researcher wishes to see if the average weights of newborn male infants are different from newborn female infants. A random sample of 10 males had a mean weight of 123 ounces with a standard deviation of 8 ounces. A random sample of 8 females had a mean weight of 116 ounces with a standard deviation of 5 ounces. Test claim at LaTeX: \alphaα=0.05. (assume variances are not equal and let males = 1 and females = 2) The correct...
Explain the general concept of a t value, and how it is different from a mean...
Explain the general concept of a t value, and how it is different from a mean and the standard error. Imagine you obtained a t-value with an associated p-value of .25. Explain what this means. Imagine the critical t value for a particular test was 2.6. What does the critical t-value mean (assuming alpha = 0.05 and the test is two-tailed) Explain the differences between a one-sample and paired-sample t-test