I have a data set with several variables under socio-demographic factors. For example, age (under 25, between 25 to 34, between 35 to 44, 45 and above), education(No education, primary, secondary, and higher or diploma) and so on.

Now, I'm interested in checking the relationship of each of these different sub-variables with bed-net usage using (adjusted) odd ratios using Python. I have the codes already. But I want to verify if it makes sense, or theoretically correct if the sub-variables (under each head-variable can be grouped as independent variable against the outcome variable separately.

I'm new to the method. Relevant materials would also be much appreciated.

Thanks

#multilevelRegression #statistics # logisticRegression

Similar questions and discussions