Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I just want to know the solution of problem1 HW4_Instruction (1).pdf X + X file:///C:/Users/17087/Desktop/HW4_Instruction%20(1).pdf .. . 14 9 + 1 0247 8 HE This

I just want to know the solution of problem1

image text in transcribed
HW4_Instruction (1).pdf X + X file:///C:/Users/17087/Desktop/HW4_Instruction%20(1).pdf .. . 14 9 + 1 0247 8 HE This problem is based on the Bridge Construction dataset on the textbook website (bridge . txt) . Before construction begins, a bridge project goes through the design stage. Predicting the design time is helpful for budgeting and scheduling purposes. Information on 45 bridge projects was compiled. The response and predictor variables are as follows: Response Variable: Time = design time in person-days Predictor Variables: DArea = Deck area of bridge (in 1000 sq ft) CCost = Construction cost (in $1000) Dwgs = Number of structural drawings Length = Length of bridge (ft) Spans = Number of spans (a). Import the data into R: You can either import the data directly from the website (http://gattonweb.uky.edu/sheather/book/data_sets.php), or download the data file and then import it into R. Provide a scatterplot matrix for the variables mentioned above. Do not include other variables in the dataset. Are the predictor variables linearly related? Why or why not. (b).Find appropriate boxcox transformations for the predictor variables DArea, CCost, Dwgs, Length, and Spans using the powerTransform ( ) function from the library car. (c). Regardless of your answers for (b), apply log transformation to all the predictor variables. (i) Draw the scatterplot matrix of the response variable and the log-transformed predictor variables. Compare the linear relation of the log-transformed predictors with the linear relation of the untransformed predictors in (a). (ii) Fit the model Time ~ log (DArea) + log (CCost) + log (Dwgs) + log (Length) + log (Spans) and provide the summary output of the model. (iii) Provide the residual plot and the qq plot of the model in (ii). Are there any violations of linear regression assumptions? Why or why not. R 9 24 10:50 2020-07-05

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Variational Methods In Nonlinear Field Equations Solitary Waves Hylomorphic Solitons And Vortices

Authors: Vieri Benci, Donato Fortunato

1st Edition

3319069136, 9783319069135

More Books

Students also viewed these Mathematics questions

Question

5. How does backtracking improve on exhaustive enumeration?

Answered: 1 week ago