Use R studio to do this problem. This problem uses the wblakedata set in the alr4 package. This data set includes samples ofsmall mouth bass collected in West Bearskin Lake, Minnesota, in1991. Interest is in predicting length with age. Finish thisproblem without using Im()
(a) Compute the regression of length on age, and report theestimates, their standard errors, the value of the coefficient ofdetermination, and the estimate of variance. Write a sentence ortwo that summarizes the results of these computations
(b) Obtain a 99% confidence interval for from the data.Interpret this interval in the context of the data.
(c) Obtain a prediction and a 99% prediction interval for asmall mouth bass at age 1 . Interpret this interval in the contextof the data.