Does stepwisefit function is able to evaluate using adjusted R-squared instead p-value?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
América H
el 7 de Mzo. de 2016
Comentada: América H
el 15 de Mzo. de 2016
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.
0 comentarios
Respuesta aceptada
Tom Lane
el 11 de Mzo. de 2016
There is a newer function that can do that:
load hald
stepwiselm(ingredients,heat,'Criterion','adjrsquared')
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!