I want to draw a shaded area (akin to the NBER vertical bars) in a kdensity command. For example, in the below example I want to draw a shaded area between 200 and 240. Any help appreciated.
sysuse auto
kdensity length
sysuse auto
kdensity length
Comment