Backward Elimination - Stepwise Regression with R

Поділитися
Вставка
  • Опубліковано 17 жов 2017
  • Backward Elimination - Stepwise Regression with R

КОМЕНТАРІ • 34

  • @Kamikaze_4
    @Kamikaze_4 3 роки тому +7

    Your explanation should win awards. This is SO helpful! Thank you so much for explaining this!

  • @yoqiu_
    @yoqiu_ 2 роки тому +3

    curerntly doing last minute homework for business school. and you, sir, just helped me pass one of my assignments. absolute legend for that, I must say. bigger contribution than what ghandi did for india. i mean it.

  • @varunkapoor1721
    @varunkapoor1721 4 роки тому

    You're a hero! Thanks a lot.

  • @tessemareta5919
    @tessemareta5919 4 роки тому

    your lecture is imaginable, thank you!

  • @ceroorec2153
    @ceroorec2153 Рік тому

    Saving me yet again. Thank you dragonfly.

  • @shambo9807
    @shambo9807 2 місяці тому

    "That seems mad." 😅

  • @user-yz6gn4ht2e
    @user-yz6gn4ht2e 3 роки тому

    Thanks. Your explanation is so clear especially with the R.

  • @softwerksaol
    @softwerksaol 3 роки тому

    Very good, I was also confused about the AIC selection loop.

  • @rania9418
    @rania9418 2 роки тому

    thank you, you're the best

  • @andreaskooi7599
    @andreaskooi7599 3 роки тому

    Thank you lad!

  • @itofernando1379
    @itofernando1379 3 роки тому

    Oh My God. Thank you soooo much. This is very helpful.

  • @ruhikhakee5262
    @ruhikhakee5262 3 роки тому

    Thanks this really helped with my assignment!

  • @LetsBiiny
    @LetsBiiny 5 років тому +1

    you really helped me (and my grade :D )

  • @alexanderstepanov758
    @alexanderstepanov758 4 роки тому

    Is there a similar function for variable selection for dynamic regression with ARIMA errors ?

  • @savvasnikolaosanastasiadis5245
    @savvasnikolaosanastasiadis5245 2 роки тому

    thank you

  • @mehdijavid905
    @mehdijavid905 4 роки тому +1

    where is the files to work with this video?

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

    did you write all the code yourself or did you have the base from something. I'd love to fiddle with it to get used to R more and do this to help remember a class I took 6 years ago.

  • @bindongodembele3381
    @bindongodembele3381 3 роки тому

    I got iT I was confused about output of stepwise . Much clear now

  • @brazilfootball
    @brazilfootball Рік тому

    Is step valid for glm's too (Mixed effect negative binomial model, for example)?

  • @gautammarwaha2903
    @gautammarwaha2903 6 років тому +1

    Thanks for the video - really helpful!!
    One question, if I want to investigate non-linear models (higher powers of the independant variables), is there a way to do that?

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

      Non-parametric modeling? Just a guess. I have no real idea.

  • @ashishpalsingh1163
    @ashishpalsingh1163 4 роки тому

    thanks so much sir

  • @DanielBin100
    @DanielBin100 2 роки тому

    why in the end it gives me all the original variables ?

  • @shaunallingham1863
    @shaunallingham1863 5 років тому +3

    What library are you using?

  • @nicholaswarner1897
    @nicholaswarner1897 Рік тому

    What libraries do I need to execute this code?

  • @subasurf
    @subasurf 4 роки тому

    surely in this case 1024 different models is easily doable ;)

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

    isn't it supposed to 2^(p-1) number of models, with p being the number of predictors instead of 2^p which you said when you mentioned 2^10 models?

    • @amcool8791
      @amcool8791 5 років тому +1

      It is (2^p)-1 , not 2^(p-1)

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

      jhony rambo where p is the number of predictors or parameters?

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

      @@abhishekajay9729 Predictor

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

      What's the logic behind this?

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

      Actually, I found it here for anyone to refer (however, where does the -1 come from?) math.stackexchange.com/questions/1117236/calculate-the-total-number-of-combinations-over-n-elements-where-the-number-of