I have a bunch of statistic question that are very smiler to this question
"Based on the model, what is that probability that a 36 old male individual with a BMI of 24.5 is diagnosed with T2D using a OGTT?"
or question where you are asked to get an idea on a persons predicted BMI based on other factors.
I can't find anywhere online that can help me understand how to solve these forms of questions
Im not asking anyone here to come with answers, just buzzwords I could google that can teach me how to solve such question
I know you need the odds ratio, and I can calculate it using R and general logistic model (glm()) but i can't figure out how to use that information for further data analysis.
I think if you have odds ratios - you are golden. Odds ratios is the ratio between the chances to get T2D and the chances not to get T2D. Together, events like "T2D" and "not T2D" comprise all the probabilistic space, so if you have OR of 1/4 - the probability will be 0.2 (since 0.2 / (1 - 0.2) = 1/4 - simple equation with one unknown x).