I am stuck in a basic procedure with histograms and hope someone can help.
I used the following code to prepare a histogram for scaled profit that is higher than -0.3 and lower than 0.3:
Code:
hist profit if profit>-0.3 & profit<0.3, width(0.0025) freq
0 Response to Basic question on how to draw a vertical line that splits the distribution in a histogram
Post a Comment