Lecture46 (Data2Decision) Best Subset Regression in R

Поділитися
Вставка
  • Опубліковано 6 жов 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!

  • @mehdinaderi7241
    @mehdinaderi7241 7 років тому

    Thanks, very informative

  • @andychoo9605
    @andychoo9605 6 років тому

    thanks for saving my homework

  • @oscarhuang8458
    @oscarhuang8458 5 років тому

    thank you sir!

  • @kalyanasundaramsp8267
    @kalyanasundaramsp8267 6 років тому

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

  • @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.

  • @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...

  • @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: ua-cam.com/video/HdE-_1J3aQ4/v-deo.html

    • @bevansmith3210
      @bevansmith3210 6 років тому

      Ah, of course. Thanks again.

  • @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.

  • @ycdantywong
    @ycdantywong 5 років тому

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