Logistic Regression using PROC LOGISTIC: SAS for Beginners (Lesson 23)

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 23

  • @amiruzzaman
    @amiruzzaman 3 дні тому

    One of the best teachers!! Very amazing in explaining!!

  • @3.14applepie
    @3.14applepie 6 місяців тому +1

    This was genuinely so helpful, i am a fan now! Graduate stats is kicking my butt but this video let me be able to complete my lab and actually understand the output

  • @productivitymusic5487
    @productivitymusic5487 7 місяців тому +1

    Great video. You explain things well, your voice is clear and bright and easy to understand and you have good sound quality which is often rare in statistics videos I find on youtube. This was really helpful. Thanks for posting.

  • @trane5947
    @trane5947 13 днів тому

    Thanks Jelly~ I have a question. Do you know how to run a logistic regression with instrumental variable in SAS ? It seems like we could use "proc qlim" ? Yet, I still do not know how to specify the model statement...Are the following codes correct ?
    Proc Qlim;
    model Y=X1 control variable /discrete(d=logit) ;
    model X1 = IV control variable ;
    Run;
    Thanks again.

  • @cpahanso
    @cpahanso 9 місяців тому +2

    Great video! Just one small thing: in order to interpret exp(beta) as the odds increase factor (odds ratio) like you did for Sex=female, you need to use dummy coding (SAS uses 'effects' coding by default). To do this, include a /param=ref option in the class statement.

  • @miraclemiracle9289
    @miraclemiracle9289 Рік тому +2

    Thanks Jelly, I was a bit confused about (event =) but you explained that. Thank you !

  • @omotoshowasiuadebayo6170
    @omotoshowasiuadebayo6170 Рік тому +4

    Thank you. Can you pls do a video on proc catmod.

    • @learningwithjelly
      @learningwithjelly  Рік тому +1

      Yes it was published today thank you for the recommendations

  • @TheDuma187
    @TheDuma187 Рік тому +1

    Hi Jelly! Once again, thanks so much for posting these videos!
    How do we apply the log transformation to an exisiting variable to create a new variable?

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

      in a data step you can have a line after the set statement that is:
      New_Var = log(Old_Var)
      A simple log() will log a variable or number. Thanks for the kind words as well 😀

  • @richy7779
    @richy7779 Рік тому +1

    Woww this was clutch thank you so much 🤗

  • @claudiash9657
    @claudiash9657 Рік тому +4

    Thank you ! So much!

  • @ladybg.8171
    @ladybg.8171 Рік тому +1

    Thanks again! Always so helpful

  • @pamplus4392
    @pamplus4392 Рік тому +2

    Thank you!

  • @dhanasekaranl
    @dhanasekaranl Рік тому +3

    Thank you

  • @PhillyDog
    @PhillyDog Рік тому +2

    Thanks

  • @sammywilliams3482
    @sammywilliams3482 Рік тому +3

    Great job.Please, what is your email, I would like to discuss SAS with you

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

      Thank you. My emails get flooded and take time to respond to. If there is a specific question please feel free to comment here. Thanks so much