daviddalpiaz / appliedstats

:bar_chart: Methods of Applied Statistics Course Textbook Repository
https://book.stat420.org/
159 stars 174 forks source link

add the nvmax explanation for regsubsets() #146

Closed chadyuu closed 2 years ago

chadyuu commented 2 years ago

I think the explanation of nvmax would help readers, since I got stuck when analyzing a model with more than 8 predictors.

daviddalpiaz commented 2 years ago

Can you add something to the effect of "Note, increasing nvmax will significantly increase computation time."

chadyuu commented 2 years ago

Thank you! I added a note on computation time, following your advice.