Is there a way to obtain the calculated values from a histogram?
I am running:
histogram avewage if avewage>=7 & avewage<50 [fweight = rearnwt], width(1)
(The variables avewage and rearnwt are calculated from the CPS)
I would like to obtain the density (y) values and bin center (x) values that are calculated in the creation of the histogram
I am running:
histogram avewage if avewage>=7 & avewage<50 [fweight = rearnwt], width(1)
(The variables avewage and rearnwt are calculated from the CPS)
I would like to obtain the density (y) values and bin center (x) values that are calculated in the creation of the histogram
Comment