Hey Statalist, this is actually the first time I can't find a solution to my problem in the forums, therefore is my first post.
I need to find the value in the x-axis when two kdensity curves intersect, and I can't find a way for Stata to do it.
I can visually see the intersection when I use:
twoway (kdensity var1 if var2==1) (kdensity var1 if var2==0)
(I need to this analysis for many years, and basically in all times the curves only intersect once.
I appreciate all the help and thanks =)
I need to find the value in the x-axis when two kdensity curves intersect, and I can't find a way for Stata to do it.
I can visually see the intersection when I use:
twoway (kdensity var1 if var2==1) (kdensity var1 if var2==0)
(I need to this analysis for many years, and basically in all times the curves only intersect once.
I appreciate all the help and thanks =)
Comment