Hi!
I use STATA 17. I have a dataset with 826 observations and hundreds of variables.
My outcome is completing referral, which is defined as yes=1, no=0
I want to know association between various variables; binary like "presence of danger sign" yes/no, continuous like "distance" (km), and categorical like way of transportation (car/bus/walking/taxi etc), age group or wealth quintile.
I tried like this:
logistic complete_yn transport_yn i.assetcat_final5 r_severe i.refertransport1 after12 distance i.age_grp
First, I have a question why not all the answers to i.refertransport1 was shown. There are six possible answers, but only 6 was shown. Same for assetcat_final5 which is wealth quintile and should have 5 answers, but only show 4.
Second, is there a better way to do the analysis you think?
I apologize if this is not the right place to ask questions like this. Otherwise I would really appreciate your input.
Thank you!
I use STATA 17. I have a dataset with 826 observations and hundreds of variables.
My outcome is completing referral, which is defined as yes=1, no=0
I want to know association between various variables; binary like "presence of danger sign" yes/no, continuous like "distance" (km), and categorical like way of transportation (car/bus/walking/taxi etc), age group or wealth quintile.
I tried like this:
logistic complete_yn transport_yn i.assetcat_final5 r_severe i.refertransport1 after12 distance i.age_grp
First, I have a question why not all the answers to i.refertransport1 was shown. There are six possible answers, but only 6 was shown. Same for assetcat_final5 which is wealth quintile and should have 5 answers, but only show 4.
Second, is there a better way to do the analysis you think?
I apologize if this is not the right place to ask questions like this. Otherwise I would really appreciate your input.
Thank you!
Comment