Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there
Please help! I have one dimension (score) and two calculated expressions (responders and non_responders) that are shown as a % of total (cumulative to 100%). I have a table that gives me the right values and looks something like this:
Score | Responders | Non_responders |
0.1 | 5% | 10.0% |
0.15 | 15% | 20.0% |
0.3 | 40% | 45.0% |
0.4 | 60% | 65.0% |
0.44 | 100% | 100.0% |
Is there any way that I can plot responders against non_responders? Currently, I can only plot score against either of the expressions. Thanks very much!
something like this?
something like this?
Fantastic, that works perfectly, thanks!