Logistic regression with R: example

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 7

  • @EquitableEquations
    @EquitableEquations  4 หลายเดือนก่อน +2

    You can find materials supporting this vid (and many others) at github.com/equitable-equations/youtube.

  • @RProgramming101
    @RProgramming101 หลายเดือนก่อน +1

    Super interesting video - thanks Andrew

  • @haraldurkarlsson1147
    @haraldurkarlsson1147 4 หลายเดือนก่อน

    Very nice. I have been testing the mlr package for modeling - it is a lot more complex than tidymodels but might be more powerful.

  • @pipertripp
    @pipertripp 4 หลายเดือนก่อน

    So under the hood, is some numerical method like gradient decent used to find the MLE of the parameters of the model?

    • @EquitableEquations
      @EquitableEquations  4 หลายเดือนก่อน

      I'm sure you're right, though I haven't researched exactly how R implements the numerical optimization.

    • @pipertripp
      @pipertripp 4 หลายเดือนก่อน +1

      Yeah, just a guess on my part. Been studying MLE in general lately, but so far only closed form stuff like the binomial and Poisson distributions. Just trying to get a handle on how the technique works.