Question

he following data is representative of that reported in an article on nitrogen emissions, with x - burner area liberation rate (MBtu/hr-ft2) and y NOx emission rate (ppm): x 100 125 125 150 150 200 200 250 250 300 300 350 400 400 у! 160 130 170 200 200 310 270 410 430 430 400 600 600 660 (a) Assuming that the simple linear regression model is valid, obtain the least squares estimate of the true regression line. (Round all numerical values to four decimal places.) (b) What is the estimate of expected NOx emission rate when burner area liberation rate equals 200? (Round your answer to two decimal places.) ppm (c) Estimate the amount by which you expect NOx emission rate to change when burner area liberation rate is decreased by 40. (Round your answer to two decimal places.) ppm (d) Would you use the estimated regression line to predict emission rate for a lberation rate of 500? Why or why not? O Yes, the data is perfectly linear, thus lending to accurate predictions. O Yes, this value is between two existing values. No, this value is too far away from the known values for useful extrapolation No, the data near this point deviates from the overall regression model.

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

Using R The commands for finding the least square regression line is

> x <- c(100,125,125,150,150,200,200,250,250,300,300,350,400,400)
> y <- c(160,130,170,200,200,310,270,410,430,430,400,600,600,660)
> relation <- lm(y~x)
> print(summary(relation))

Outout:

Coefficients:
Estimate Std. Error t value Pr(>|t|)   
(Intercept) -45.6833 25.9927 -1.758 0.104   
x 1.6999 0.1017 16.708 1.13e-09 ***

a) The regression line is {\color{Blue} y=1.6999x-45.6833}

b)The estimate of the NOx emission rate when x=200 is

y\left ( 200 \right )=1.6999\left (200 \right )-45.6833\\ {\color{Blue} y\left ( 200 \right )=294.30 \textup{ ppm}}

c) We have \Delta y=1.6999\Delta x\\ , When \Delta x=-40,

\Delta y=1.6999\left ( -40 \right )\\ {\color{Blue} \Delta y=-68 \textup{ ppm}}

d) Since the data is not perfectly linear, the data near x=500 deviates from the overall regression model.

Add a comment
Know the answer?
Add Answer to:
he following data is representative of that reported in an article on nitrogen emissions, with x...
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
  • The following data is representative of that reported in an article on nitrogen emissions, with x...

    The following data is representative of that reported in an article on nitrogen emissions, with x = burner area liberation rate (MBtu/hr-ft?) and y = NOx emission rate (ppm): x 100 125 125 150 150 200 200 250 250 300 300 350 400 400 y 160 130 190 220 180 310 290 410 420 450 400 610 600 680 in USE SALT (a) Assuming that the simple linear regression model is valid, obtain the least squares estimate of the true...

  • 1. The following data is representative of that reported in an article with x = burner-area...

    1. The following data is representative of that reported in an article with x = burner-area liberation rate (MBtu/hr-ft2) and y = NOx emission rate (ppm): x 100 125 125 150 150 200 200 250 250 300 300 350 400 400 y 140 150 170 210 180 330 280 410 430 450 390 600 600 660 (a) Does the simple linear regression model specify a useful relationship between the two rates? Use the appropriate test procedure to obtain information about...

  • please answer part a with x - burner-area liberation rate (MBtu/hr-ft2) and y No, emission rate (ppm) x |100 125 125 150 150 200 200 250 250 300 300 350 400 400 y 150 140 180 210 190 320 280 400 4...

    please answer part a with x - burner-area liberation rate (MBtu/hr-ft2) and y No, emission rate (ppm) x |100 125 125 150 150 200 200 250 250 300 300 350 400 400 y 150 140 180 210 190 320 280 400 430 440 390 600 610 670 The equation of the estimated regression line is y -45.55190539 +1.71143233x (a) Obtain SSE for the data from the defining formula SSE- (Round your answer to two decimal places.) -45.55 Compare to the...

  • 60. Modeling Data Property bounded by two perpendicular roads and a stream is shown in the...

    60. Modeling Data Property bounded by two perpendicular roads and a stream is shown in the figure. All distances are measured in feet. 600,i (0,540) (150, 430) (50, 390) (200,425) 400 (250, 360) (i0o, 390)(300. 275) 200 (350, 125) (400, 0) 200 400 600 (a) Use the regression capabilities of a graphing utility to fit a fourth-degree polynomial to the path of the stream. (b) Use the model in part (a) to find the area of the property in acres.

  • An article gave a scatter plot along with the least squares line of x = rainfall...

    An article gave a scatter plot along with the least squares line of x = rainfall volume (m3) and y = runoff volume (m3) for a particular location. The accompanying values were read from the plot. x 5 12 14 20 23 30 40 51 55 67 72 85 96 112 127 y 4 10 13 15 15 25 27 45 38 46 53 75 82 99 103 (a) Does a scatter plot of the data support the use of...

  • An article gave a scatter plot along with the least squares line of x = rainfall...

    An article gave a scatter plot along with the least squares line of x = rainfall volume (m3) and y = runoff volume (m2) for a particular location. The accompanying values were read from the plot. x 6 12 14 16 23 30 40 51 55 67 72 84 96 112 127 y 4 10 13 14 15 25 27 45 38 46 53 75 82 99 102 (a) Does a scatter plot of the data support the use of...

  • An article gave a scatter plot along with the least squares line of x = rainfall...

    An article gave a scatter plot along with the least squares line of x = rainfall volume (mº) and y = runoff volume (m3) for a particular location. The accompanying values were read from the plot. x 4 12 14 16 23 30 40 51 55 67 72 80 96 112 127 y 4 10 13 46 53 72 82 99 15 15 25 27 44 38 103 in USE SALT (a) Does a scatter plot of the data support...

  • An article gave a scatter plot along with the least squares line of x = rainfall...

    An article gave a scatter plot along with the least squares line of x = rainfall volume (m3) and y = runoff volume (m3) for a particular location. The accompanying values were read from the plot. х 4 12 14 17 23 30 40 48 55 67 72 81 96 112 127 y 4 10 13 14 15 25 27 44 38 46 53 70 82 99 104 (a) Does a scatter plot of the data support the use of...

  • Consider the following sample data: X y 22 101 24 139 27 250 21 88 23...

    Consider the following sample data: X y 22 101 24 139 27 250 21 88 23 87 14 14 14 16 15 20 Click here for the Excel Data File b. Calculate by and bo. What is the sample regression equation? (Negative values should be indicated by a minus sign. Round your intermediate calculations to 4 decimal places and final answers to 2 decimal places.) y-hat = c. Find the predicted value for y if x equals 20, 100 and...

  • Use the Regression tool on the accompanying wedding data, using the wedding cost as the dependent...

    Use the Regression tool on the accompanying wedding data, using the wedding cost as the dependent variable and attendance as the independent variable. Complete parts a through c. Click the icon to view the wedding data. a. What is the regression model? Wedding Cost =+Attendance (Round to three decimal places as needed.) b. Interpret all key regression results, hypothesis tests, and confidence intervals in the regression output from part a. Interpret the slope of the regression equation. Choose the correct...

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
ADVERTISEMENT