understanding Linear regression model equation after simplifying.
이전 댓글 표시
Hello,
I have run Linear regression on 2 independent variables (b,c) and one dependent variable(a) as shown below.

the model equation is simple as ==> y = intercept + x1*b + x2*c
However, When I simplyfy the model using step as shown below

I could'nt be able to understand the model equation. ==> y~ 1+ x1*x2.
how would I make the equation?
Any help would be appreciated.
Thanking you in anticipation.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Linear Predictive Coding에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!