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 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