InterviewSolution
Saved Bookmarks
| 1. |
What is linear regression model |
|
Answer» Answer: linear REGRESSION is a linear approach to modeling the relationship between a scalar response and ONE or more explanatory VARIABLES. The CASE of one explanatory variable is CALLED simple linear regression. For more than one explanatory variable, the process is called multiple linear regression. |
|