Does stepwisefit function is able to evaluate using adjusted R-squared instead p-value?

1 回表示 (過去 30 日間)
I want to select the most relevant variables for a model. I use stepwise fit which evaluates individually by p-value, instead I want to evaluate by using adjusted R-Squared to have an idea of how much the selected variables explain the model.

採用された回答

Tom Lane
Tom Lane 2016 年 3 月 11 日
There is a newer function that can do that:
load hald
stepwiselm(ingredients,heat,'Criterion','adjrsquared')

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFunctional Programming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by