Child vaccination [message #29040] |
Wed, 17 April 2024 00:24 |
shruti.acharya
Messages: 5 Registered: September 2023
|
Member |
|
|
I am new to NFHS data as well as STATA. I am trying to understand the association of socio-demographic factors with childhood immunization status (which in my case is a categorical outcome with 3 categories). I am using multinomial logistic regression on STATA using the following code :
mlogit vacc_status(i.sex i.birth_order) (i.Wealth i.religion i.caste i.household_size i.v106) (i.media_exposure i.age_firstbirth )
I have recoded the variables for better identification. I wanted to know if I need to use the "svyset linearized" everytime I run my regression on STATA, and also whether I am doing it correctly.
Thanks in advance !
S Acharya
|
|
|