Question: Using the regression model, credit.Im , construct a 9 5 % prediction interval for the credit card balance of a customer when Income

Using the regression model, "
credit.Im", construct a 95% prediction interval for the credit card balance of a customer when Income=30, Limit=4500, and Student=Yes.
predict(credit.lm, data.frame(Income=30, Limit=4500, Student="Yes"), se.fit=
Find the standard error of prediction used in the above interval. You can find it in one of the following two ways:
Use the relationship among the three types of standard errors as shown in Slide 14, Lecture 9: sp2=sf2+s2, where sp is the standard error of prediction, sf is the standard error of fit,
and s is the residual standard error (which is also given as "residual.scale" in the output).
Use the margin of error associated with the interval. The margin of error for the above interval is the multiplication of the critical value (in this case, qt (0.975,396)=1.966 and the
standard error of prediction. Round your answer to the nearest integer.
This same question was posted and an expert verification said the answer was 33 using the second method, but it was not correct when I checked. So perhaps show how to do the first method or both. Thanks!
 Using the regression model, " credit.Im", construct a 95% prediction interval

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!