0

I have a plot (below) generated using the package "mixdist" and would like to know the exact value at which the two distributions cross one another rather than just estimating from the plot. I haven't come across this in any of the output information. Can this be obtained through mixdist?

Thanks for any help

enter image description here

Noosentin
  • 71
  • 9
  • 1
    If you know from what distribution the functions come and their parameters (surely, this is the point of fitting to the data), you can find the intersect(s) [like so](http://zonalandeducation.com/mmts/intersections/intersectionOfTwoLines1/intersectionOfTwoLines1.html). – Roman Luštrik Sep 14 '16 at 10:56

1 Answers1

0

use locator() function to click on the point in the graph, followed by 'esc' key to give the values

Noosentin
  • 71
  • 9