Stepwise regression with no Constant
Ältere Kommentare anzeigen
Matlab includes a constant as a default ..... is it possible to do a stepwise regression in Matlab without a constant? Thanks
Antworten (1)
Oleg Komarov
am 31 Mai 2011
An example:
load hald
stepwise(ingredients,heat)
1 Kommentar
Lev Prislan
am 24 Aug. 2016
It does say: "stepwise automatically includes a constant term in all models. Do not enter a column of 1s directly into X."
Kategorien
Mehr zu Linear Regression finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!