How to calculate regression with dummy variables?

조회 수: 17 (최근 30일)
JFz
JFz 2018년 7월 17일
편집: the cyclist 2018년 7월 17일
Hi, I am trying to use 2nd degree polynomial regression with dummy variables. Which function should I use? Thanks for any help!

채택된 답변

the cyclist
the cyclist 2018년 7월 17일
편집: the cyclist 2018년 7월 17일
If you have the Statistics and Machine Learning Toolbox, take a look at the fitlm function.
You might also find the dummyvar command useful for creating dummy variables.
Take a look at Regression with Categorical Covariates for an example.
  댓글 수: 2
JFz
JFz 2018년 7월 17일
Thanks! But fitlm is linear model. I need polynomial (2 degree or 3 degree). What function should I use? Should I use fitnlm or polyfit? Thanks again! Jennifer
the cyclist
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개)

카테고리

Help CenterFile Exchange에서 Support Vector Machine Regression에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by