Hello everyone.
I am working with Stata where I'm trying to combine the different variables on child vaccination into one variable that will show that a child received all the basic vaccines, but the result I'm getting for Nigeria is different from what is on the report.
Here is my code:
gen vacn=bcg&dpt1&dpt2&dpt3&polio1&polio2&polio3&measl es
tab vacn [iw=wt]
label values vacn yesno
label var vacn "child received basic vaccination"
tab vacn [iw=wt]
I don't know what I am doing wrong.
Can someone help me please?
Thank you
Related Posts with Child immunization for Nigeria
Missing data for non-treated group in logistic regression interactionHi all, I am trying to figure out how to handle missing observations for the non-affected firms in …
Running a folder/list of do. files one after the other automatically (only starting the next when first is done).Hi folks - does anyone know of a simple way to automate the process of running a list of do. files o…
Time Trend VariableHello All, I am preparing my data to run an interrupted time series. I have to create a time trend …
Help with dropping selected duplicatesHi community, I have a dataset that I need to clean but I'm having a hard time coming up with a way …
import excel imports sheet structure, but no data(I'm using version 15.1) I am reading in a series of similarly formatted Excel files. (These are pre…
Subscribe to:
Post Comments (Atom)
0 Response to Child immunization for Nigeria
Post a Comment