Hi I want to plot a histogram with an ECDF line graph
code used:
My xvarm is a continous variable ranging from 1-498
I got the following graph which was not what I was was expecting - too many lines !!!!
code used:
Code:
cum xvarm gen(ecdf) twoway histogram xvarm, width (10) yaxis(1) || line cdf xvarm, c(J) yaxis(2)
I got the following graph which was not what I was was expecting - too many lines !!!!
Comment