Lecture46 (Data2Decision) Best Subset Regression in R

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

Комментарии • 15

  • @JoelleRocks03
    @JoelleRocks03 4 года назад +3

    Thank you so much for making this. You have no idea how helpful it was!

  • @multitaskprueba1
    @multitaskprueba1 2 года назад

    Fantastic video! Thank you so much!

  • @kalyanasundaramsp8267
    @kalyanasundaramsp8267 6 лет назад

    brilliant sir..great....sir, when you have discrete variables instead of leaps what should we use?....

  • @AshPhoenix
    @AshPhoenix 4 года назад +1

    "Reorder variables and try again:" how should I handle this? Thanks,

  • @taximxitxi
    @taximxitxi 4 года назад +1

    I'm always getting this error as soon as I run my "leaps" --> Error in `contrasts

  • @kalyanasundaramsp8267
    @kalyanasundaramsp8267 6 лет назад

    when we discrete variables what function we should use instead of leaps...

  • @andychoo9605
    @andychoo9605 6 лет назад

    thanks for saving my homework

  • @mehdinaderi7241
    @mehdinaderi7241 7 лет назад

    Thanks, very informative

  • @arnabaich3132
    @arnabaich3132 4 года назад

    subset plot method is good for single digit no of co-variates. I have 12 covariates. I couldn't figure out anything from the plots since it is too messed up .I think for large no of covariates we have to rely on the summary of regsubset method and checek the variable matrix.

  • @rohittawde5105
    @rohittawde5105 6 лет назад

    When we consider the interactions within the six independent features the total number of features would now be close to twenty seven. However in the cp vs subset size plot we observe that it subset size is only until nine or ten. Is there an upper bound on the subset size that leaps package considers?
    Thanking you in anticipation.

  • @oscarhuang8458
    @oscarhuang8458 5 лет назад

    thank you sir!

  • @bevansmith3210
    @bevansmith3210 6 лет назад

    Hi Chris, excellent video thanks. Once we have our predictors, how do we find their beta coefficients and p-values? Thanks again.

    • @ChrisMack
      @ChrisMack  6 лет назад

      You can just run a linear regression. See this lecture: ruclips.net/video/HdE-_1J3aQ4/видео.html

    • @bevansmith3210
      @bevansmith3210 6 лет назад

      Ah, of course. Thanks again.

  • @ycdantywong
    @ycdantywong 6 лет назад

    How do I extract the variables names from the subset function ? Just a plot itself isn't all that useful.......