Question
a) Define the linear regression modelbetweenGRE.Score and Chance.of.Admit (3 points) ```{r} ``` i - Plot the regression (least-square) line on the same plot.(3 points) ```{r}
a) Define the linear regression modelbetweenGRE.Score and Chance.of.Admit (3 points)
```{r}
```
i - Plot the regression (least-square) line on the same plot.(3 points)
```{r}
```
ii - Explain the meaning of the slope and y-intercept for the least-squares regression line in (b). (3 points)
```{r}
```
b) Print the results of this model and interpret the results by following questions:
i -What is the number of observations was the regression run on? (3 points)
```{r}
```
ii -Interpret the R-squared of this regression? (4 points)
```{r}
```
iii -Write the regression equation associated with this regression model? (4 points)
```{r}
```
c) Use the regression line to predict the chance of admit when GRE score 310. (10 points)
```{r}
```
d) Drawing on this linear model between GRE.Score and Chance.of.Admit, what should be GRE score of a student who has 50% of chance of admission? (10 points)
```{r}
```
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started