Hi all,
I run the fitlm function and got the following results-
mdl =
Linear regression model: y ~ 1 + x1
Estimated Coefficients:
Estimate SE tStat pValue
(Intercept) 13.02 1.7945 7.2555 5.2096e-11
x1 -0.023421 0.016472 -1.4219 0.15779
How from here do I implement the formula y = β0 + ∑ βiXi + εi
THANKS!

답변 (1개)

Roger Wohlwend
Roger Wohlwend 2014년 6월 25일

0 개 추천

In your example above x1 was a column vector. All you have to do is call the function with a matrix x that contains all the x variables.

댓글 수: 2

Ram Tal
Ram Tal 2014년 6월 25일
yeah, I got it, but what I wanted to know is how the model look like.
for example-
Y= -0.023421*X1+13.02 . I think this is how it should be according to the results, but i'm not 100% sure.
thanks.
Roger Wohlwend
Roger Wohlwend 2014년 6월 25일
편집: Roger Wohlwend 2014년 6월 25일
I'm sorry but I don't understand at all what your question is. Could you please elaborate?

댓글을 달려면 로그인하십시오.

카테고리

태그

질문:

2014년 6월 25일

편집:

2014년 6월 25일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by