Model selection function that compare all possible models with given predictor variables
조회 수: 4 (최근 30일)
이전 댓글 표시
I am trying to do model selection with two predictors (x1,x2) and their interactions, which results 4 potential models: 1) x1, 2) x2, 3) x1 and x2, 4) x1 and x2 and their interaction. Is there a function that I can use that do the model selection from those 4 models and give me the evaluation parameters, such as R2, AIC, and CI.
댓글 수: 0
답변 (1개)
Juhi Singh
2020년 11월 3일
Refer to the following links for more information regarding model selection:
For automatic model selection, refer to the following links:
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!