I am new to stata (I am using version Stata/IC 12.1 for Mac, 64-bit Intel) and succeeded in producing a histogram, for the record I am using
Code:
histogram residual, bin(400) percent normal
It produces a nice figure but I need the raw data because they have to be put into a LaTeX file (and constructed again using tikz). I did not find a way to export the data behind the graph (I do not need the normal distribution but this would be nice). Could anybody help me in this matter?