Use the regression equation to predict the number of motor vehicle fatalities in a western state...

Free

70.2K

Verified Solution

Question

Statistics

Use the regression equation to predict the number of motorvehicle fatalities in a western state with a population of 4million people (40 hundred thousand people). Does this answer seemreasonable based on the given data? Why or why not?

  • Population (hundreds of thousands) = 3.3277772 + 0.054110317Motor Vehicle Fatalities
Motor Vehicle FatalitiesPopulation (hundreds of thousands)
877
111750
74247
11913
26414
2709
38124
44919
43636
32825
65963
1765

Answer & Explanation Solved by verified expert
3.7 Ratings (476 Votes)

Solution:

Given regression equation is,

Population=3.3277772+0.054110317*Motor vehicle facilities

This is not correct or not reasonable because, we have to predict the number of motor vehicle facilities in a western state with a forecast of 4 million people.

In this case, our response should be motor vehicle facilities(y) with regressor population(x).

Since the regression equation will be in the form of:

motor vehicle facilities= β0 + β1*Population

For the analysis, the R-code is,

> Motor_vehicle_facility=c(87,1117,742,119,264,270,381,449,436,328,659,176)

> Population=c(7,50,47,13,14,9,24,19,36,25,63,5)

> model=lm(Motor_vehicle_facility~Population)

> model

#OutPut

Call:

lm(formula = Motor_vehicle_facility ~ Population)

Coefficients:

(Intercept)   Population

      74.58        13.25

Therefore, the correct regression eq. is,

motor vehicle facilities= 74.58 + 13.25*Population

and forecast at population=4 Million peoples is,

motor vehicle facilities= 74.58 + 13.25*4

                                          =127.58


Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students