Logistic Regression using PROC LOGISTIC: SAS for Beginners (Lesson 23)
Вставка
- Опубліковано 10 лют 2025
- Hi all,
This video is an introduction to how to perform a logistic regression model in SAS. This video uses the titanic dataset found here on Kaggle: www.kaggle.com... (You can also Google Titanic Data and it will come up or feel free to use another dataset that has a categorical variable)
It is important before modeling that you check the ASSUMPTIONS more information can be found here: www.listendata...
You can follow along by signing up for a FREE SAS OnDemand for Academics account that gives you SAS Studio software -- more information on how to use SAS Studio is here: • Intro to SAS Studio (S...
The code is at the last 4 minutes of the video (for my learners who want to get straight into coding) :)
Thanks please like, comment, and subscribe!
One of the best teachers!! Very amazing in explaining!!
Thank you
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
That is amazing! Thanks for the support!
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.
Thank you for this kind content!
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.
Thank you for this comment!
Thanks Jelly, I was a bit confused about (event =) but you explained that. Thank you !
You are welcome thank you for the comment Miracle 😊
Woww this was clutch thank you so much 🤗
Thank you. Can you pls do a video on proc catmod.
Yes it was published today thank you for the recommendations
Thanks again! Always so helpful
Thank you ! So much!
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?
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 😀
Thank you!
Thank you
You are welcome!
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.
Thanks
Great job.Please, what is your email, I would like to discuss SAS with you
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