Question

Suppose the environmentalist wanted to check if the air quality had improved in recent years. A...

Suppose the environmentalist wanted to check if the air quality had improved in recent years. A more comprehensive study was thus conducted in 2018. This time the concentration of NO2 was measured hourly at thirty randomly selected monitoring stations.

The data: NO2_2018 0.095 0.099 0.099 0.083 0.092 0.087 0.098 0.096 0.098 0.104 0.093 0.082 0.079 0.098 0.097 0.082 0.07 0.09 0.089 0.096 0.097 0.094 0.089 0.076 0.078 0.097 0.096 0.076 0.059 0.112

(a) Using Welch’s two-sample t test, determine if the NO2 levels have significantly lowered. Test using the 5% level of significance. [6 marks]

The other set of data is NO2_2013 0.108 0.122 0.165 0.194 0.116 0.084 0.095 0.141 0.15 0.146 0.126 0.126 0.132 0.068 0.101 0.061 0.304 0.116 0.052 0.165

[Hint: you will need to combine the two datasets in a particular format in order to perform the test using R Commander.

(b) State the statistical assumptions underlying the Welch’s two-sample t test. Demonstrate if the assumptions are valid or not for these data. [3 marks]

(c) Is it appropriate to use the paired t test to conduct the test here? Explain your answer. [2 marks]

0 0
Add a comment Improve this question Transcribed image text
Answer #1

a)

no2_2013 <- c(0.108, 0.122, 0.165, 0.194, 0.116, 0.084, 0.095, 0.141, 0.15, 0.146, 0.126, 0.126, 0.132, 0.068, 0.101, 0.061, 0.304, 0.116, 0.052, 0.165)


no2_2018 <- c(0.095, 0.099, 0.099, 0.083, 0.092, 0.087, 0.098, 0.096, 0.098, 0.104, 0.093, 0.082, 0.079, 0.098, 0.097, 0.082, 0.07, 0.09, 0.089, 0.096, 0.097, 0.094, 0.089, 0.076, 0.078, 0.097, 0.096, 0.076, 0.059, 0.112)

Null hypothesis for Welch's test is that the NO2 levels in 2018 are greater than or equal to the levels in 2013.

Alternate hypothesis is the NO2 levels in 2018 is less than the levels in 2013.

t.test(no2_2018, no2_2013, var.equal = FALSE, paired = FALSE, conf.level = 0.95, alternative = "less")

Thus we reject the null hypothesis and accept alternate hypothesis.

b) Assumptions in welch's test

variances are unequal , also observed in the data

var.test(no2_2013,no2_2018)

This shows that variances are unequal.

c) It is appropriate to conduct a paired t-test for this provided we ensure to measure the observations at same stations at different periods of time. Else it is not appropriate.

Add a comment
Know the answer?
Add Answer to:
Suppose the environmentalist wanted to check if the air quality had improved in recent years. A...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • This question relates to Question 2. Suppose the environmentalist wanted to check if the air quality had improved in recent years. A more comprehensive study was thus conducted in 2018. This time the...

    This question relates to Question 2. Suppose the environmentalist wanted to check if the air quality had improved in recent years. A more comprehensive study was thus conducted in 2018. This time the concentration of NO2 was measured hourly at thirty randomly selected monitoring stations. The data are stored in q5.csv. (a) Using Welch’s two-sample t test, determine if the NO2 levels have significantly lowered. Test using the 5% level of significance. [6 marks] [Hint: you will need to combine...

  • \The dataset below contains the concentration of NO2 measured hourly measured at twenty randomly selected monitoring stations across Australia in 2013. According to the National Air Quality Standards1...

    \The dataset below contains the concentration of NO2 measured hourly measured at twenty randomly selected monitoring stations across Australia in 2013. According to the National Air Quality Standards1 , it is a concern if the NO2 concentration exceeds 0.12 ppm. An environmentalist wished to know if there is a concern or not. (a) Based on the information provided, write down the null and alternative hypotheses that the environmentalist would like to test. [1 mark] (b) Write down the name of...

  • Determine the Capacitance in uF (micro-Farads) of the system below using the data, graph and tolerance...

    Determine the Capacitance in uF (micro-Farads) of the system below using the data, graph and tolerance graph below. R -ww G(s) 1/(RCs+1) ei R =1000 ohms 1 Slope T c(t) c() = 1 - e-(1/T B 0.632 Tolerance graph (Ts(2%) = 4*T): A A 4T 2T 3T 5T 63.2% 86.5% 95% 98.2% Of output 99.3% 0.75 0.5 Output curve: 0.25 0 0 0.025 0.05 0.075 0.1 0.125 Data: x(time) y(amplitude) 0.001 0.09516258196 0.002 0.1812692469 0.2591817793 0.003 0.329679954 0.004 0.3934693403 0.005...

  • Lou Barlow, a divisional manager for Sage Company, has an opportunity to manufacture and sell one...

    Lou Barlow, a divisional manager for Sage Company, has an opportunity to manufacture and sell one of two new products for a five- year period. His annual pay raises are determined by his division's return on investment (ROI), which has exceeded 22% each of the last three years. He has computed the cost and revenue estimates for each product as follows: Product A Product B $ 370,000 $ 570,000 Initial investment: Cost of equipment (zero salvage value) Annual revenues and...

  • In five years, Kent Duncan will retire. He is exploring the possibility of opening a self-service...

    In five years, Kent Duncan will retire. He is exploring the possibility of opening a self-service car wash. The car wash could be managed in the free time he has available from his regular occupation, and it could be closed easily when he retires. After careful study, Mr. Duncan determined the following: A building in which a car wash could be installed is available under a five-year lease at a cost of $3,900 per month. Purchase and installation costs of...

  • Tom Cruise Lines Inc. issued bonds five years ago at $1,000 per bond. These bonds had...

    Tom Cruise Lines Inc. issued bonds five years ago at $1,000 per bond. These bonds had a 30-year life when issued and the annual interest payment was then 15 percent. This return was in line with the required returns by bondholders at that point as described below: Real rate of return Inflation premium Risk premium Total return Assume that five years later the inflation premium is only 2 percent and is appropriately reflected in the required return (or yield to...

  • PLEASE ANSWER 1-4b. AND EXPLAIN ANSWERS. THIS IS SECOND TIME I ASKED QUESTION PLEASE ONLY ANSWER...

    PLEASE ANSWER 1-4b. AND EXPLAIN ANSWERS. THIS IS SECOND TIME I ASKED QUESTION PLEASE ONLY ANSWER IF YOU ARE SURE YOU ARE CORRECT. EXHIBITS BELOW: Casey Nelson is a divisional manager for Pigeon Company. His annual pay raises are largely determined by his division's return on investment (ROI), which has been above 22% each of the last three years. Casey is considering a capital budgeting project that would require a $3,800,000 investment in equipment with a useful life of five...

  • i tried to answer 996,-996,292,-292,3201,-3201, all these were incorrect. Freedom Corporation acquired a fixed asset for...

    i tried to answer 996,-996,292,-292,3201,-3201, all these were incorrect. Freedom Corporation acquired a fixed asset for $220,000. Its estimated life at time of purchase was 4 years, with no estimated salvage value. Assume a discount rate of 7% and an income tax rate of 40%. (Use Exhibit 12.4, Appendix C, TABLE 1 and Appendix C, TABLE 2.) TABLE 2 Present Value of Annuity of $1 Periods 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 20% 25%...

  • The Elberta Fruit Farm of Ontario always has hired transient workers to pick its annual cherry...

    The Elberta Fruit Farm of Ontario always has hired transient workers to pick its annual cherry crop. Janessa Wright, the farm manager, just received information on a cherry picking machine that is being purchased by many fruit farms. The machine is a motorized device that shakes the cherry tree, causing the cherries to fall onto plastic tarps that funnel the cherries into bins. Ms. Wright has gathered the following information to decide whether a cherry picker would be a profitable...

  • Casey Nelson is a divisional manager for Pigeon Company. His annual pay raises are largely determined...

    Casey Nelson is a divisional manager for Pigeon Company. His annual pay raises are largely determined by his division’s return on investment (ROI), which has been above 23% each of the last three years. Casey is considering a capital budgeting project that would require a $5,620,000 investment in equipment with a useful life of five years and no salvage value. Pigeon Company’s discount rate is 19%. The project would provide net operating income each year for five years as follows:...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT