From the course: SAS Essential Training: 2 Regression Analysis for Healthcare Research

Unlock the full course today

Join today to access over 25,200 courses taught by industry experts.

Logistic regression: Early models

Logistic regression: Early models

- [Instructor] Here we are back in SAS. We are using the exercise file named 600_ Logistic Models 1 and 2. This code should look familiar because I've been using it to demonstrate how to do logistic regression in SAS. But now, we are going to actually get into what the results say when we run this code. Now, we have a new purpose. So we are going to skip all the way down to the first proc logistic. See this equation? It is the model one we want to report in our model table. Remember the one I showed you in the last movie? Remember how there was a row for having diabetes and a row for not having diabetes and the row for not having diabetes had the word reference in it? Well, in the diabetes row, we have to put the odds ratio in the 95% confidence interval for the estimate. And here's the code for that. Let's highlight and run it. Okay, here's a trick question. With all these numbers everywhere which ones do you…

Contents