Good evening, everyone.
In my field (Health Sciences), it is common to use logistic regression models to calculate probabilities. These models assign a logit value based on typically categoric variables. After many years of building these kinds of models for physicians, I’ve realized two things: 1) many of them don’t know that such models are possible (obtaining a probability from sum terms) and are unfamiliar with them; and 2) those who get excited about it expect to obtain a probability value, not a logit, which can be difficult to understand at a first sight.
For several years, I’ve been thinking about the best way to visualize and graph these model equations so that, at a glance, people with little statistical knowledge can understand how the independent variables affect the probability, as well as the confidence intervals of that prediction. A couple of weeks ago, I gave it a try using Stata and programmed an .ado file that allows you to obtain the type of graph shown in the figure. However, I’m not sure it meets its purpose, so if anyone is interested, I would appreciate critical feedback on my graph to know how I could improve it and make it more understandable.
Thank you to the forum, as always.
In my field (Health Sciences), it is common to use logistic regression models to calculate probabilities. These models assign a logit value based on typically categoric variables. After many years of building these kinds of models for physicians, I’ve realized two things: 1) many of them don’t know that such models are possible (obtaining a probability from sum terms) and are unfamiliar with them; and 2) those who get excited about it expect to obtain a probability value, not a logit, which can be difficult to understand at a first sight.
For several years, I’ve been thinking about the best way to visualize and graph these model equations so that, at a glance, people with little statistical knowledge can understand how the independent variables affect the probability, as well as the confidence intervals of that prediction. A couple of weeks ago, I gave it a try using Stata and programmed an .ado file that allows you to obtain the type of graph shown in the figure. However, I’m not sure it meets its purpose, so if anyone is interested, I would appreciate critical feedback on my graph to know how I could improve it and make it more understandable.
Thank you to the forum, as always.
Comment