You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
Can Stata plot two series with their histograms and kernel densities all in the one chart? something like: twoway (hist x1 || kdensity x1 ) (hist x2 || kdensity x2)
See how far a histogram and a kernel density estimate compare is a common task, as is comparing histograms and as is comparing kernel density estimates. Comparing two or more histograms and two or more density estimates is another thing.
See multidensity from SSC for comparison of density estimates.
The command name is perhaps not well chosen insofar as it may lead to an expectation that it supports multivariate, or even bivariate, density estimation, but it doesn't.
Comment