Statistics using R programming - Stepwise regression for variable selection using R

preview_player
Показать описание
Stepwise backward regression starts a full model then try to remove one variable each round , until removing variable will not improve model performance. Stepwise forward regression stars with one variable and add variable into model each round , until no performance is improved with addition of variable. In R, AIC (Akaike information criterion) is applied.

#statistics
#rprogramming
#rstudio
#stepwise
#regression
#rdatacode
Рекомендации по теме