InterviewSolution
Saved Bookmarks
| 1. |
In a simple linear regression model (One independent variable), If we change the input variable by 1 unit. How much output variable will change?(a) by 1(b) no change(c) by intercept(d) by its slopeThe question was asked at a job interview.The question is from Linear Regression topic in division Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» The CORRECT answer is (d) by its SLOPE |
|