Hi Stata users,
I would like to replicate the plot below

I use the syntax
and the result is the graph below

which has a similar pattern with the original pattern.
I decide to use the command
and the plot changes drastically as shown below

Any hints on the best approach to have similar plot?
P.S: I would be willing to share the data but a using DHS household and household members' data which are large files.
Thanks in advance!
I would like to replicate the plot below
I use the syntax
Code:
kdensity asset_index
which has a similar pattern with the original pattern.
I decide to use the command
Code:
kdensity asset_index, bwidth(0.07573)
Any hints on the best approach to have similar plot?
P.S: I would be willing to share the data but a using DHS household and household members' data which are large files.
Thanks in advance!

Comment