I want to draw a graph like this, and I have my data “relative bias” “lower 90% bias” “upper 90% bias” also target potency for x axis.
I opened graph builder, and drug relative bias to y axis, target potency to x axis. and set error interval as custom interval, interval style as error bar. But I noticed that I can only put one of 90% relative bias in the interval box, where it automatically +- with the relative bias. However, I calculated that 90% upper and lower with exp(), so only one interval filling does not reflect the true circumstance. However should I do?
Which JMP version are you using? I'm using JMP18 and I think you should be able to use Custom Interval and add your limit columns to Interval graph zone
Agreed, the Interval Dop Zone in Graph Builder is the way to do this. Your data table will need to have columns like:
Target Potency
Relative Bias
Relative Bias +
Relative Bias -
Then, create the Graph Builder with Target Potency in the X Role, Relative Bias in Y, and both Relative Bias + and Relative Bias - in the Interval Role. This creates your asymmetric upper and lower error bars. (No need to set Error Interval to Custom, it can be left in Auto).
Looks like this:
Here is the script you can run to recreate my table and graph: