How to calculate regression with dummy variables?
16 ビュー (過去 30 日間)
古いコメントを表示
Hi, I am trying to use 2nd degree polynomial regression with dummy variables. Which function should I use? Thanks for any help!
0 件のコメント
採用された回答
the cyclist
2018 年 7 月 17 日
編集済み: the cyclist
2018 年 7 月 17 日
2 件のコメント
the cyclist
2018 年 7 月 17 日
編集済み: the cyclist
2018 年 7 月 17 日
Do you mean that you have polynomials for your independent variables, like
y = a + b*x + c*x^2
That is a linear model. "Linear" refers to the coefficients, not the powers (or whatever) of the variables.
On the other hand, something like
y = a + x^b
is nonlinear in the coefficient. Yes, you would need fitnlm for something like that.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!