This equation is used when X values are concentrations or doses. Use a related equation when X values are logarithms of concentrations or doses.
Some drugs may cause an inhibitory response at low concentrations, and a stimulatory response at high concentrations, or vice-versa. The net result is a bell-shaped dose-response curve.
The model explained here is the sum of two dose-response curves, one that stimulates and one that inhibits. you will need lots of data to determine all the parameters without ambiguity, so this model will rarely be useful for data analysis. But it might be useful as a way to draw a smooth curve through the data
Create an XY data table. Enter the concentration of the agonist into X. Enter response into Y in any convenient units.
From the data table, click Analyze, choose nonlinear regression, and choose the panel of equations: Dose-Response -- Special, X is concentration. Then choose Bell-shaped dose-response, X is concentration.
Consider constraining nH1 and nH2 to constant values of 1.0 (stimulation) and -1 (inhibition).
Span1=Plateau1-Dip
Span2=Plateau2-Dip
Section1=Span1/(1+(EC50_1/X)^nH1)
Section2=Span2/(1+(X/EC50_2)^nH2)
Y=Dip+Section1+Section2
Plateau1 and Plateau2 are the plateaus at the left and right ends of the curve, in the same units as Y.
Dip is the plateau level in the middle of the curve, in same units as Y. Note that when the curve goes up first (then down), this parameter named Dip would better be named Peak.
EC50_1 and EC50_2 are the concentrations that give half-maximal stimulatory and inhibitory effects in the same units as X.
nH1 and nH2 are the unitless slope factors or Hill slopes. Consider constraining these to equal 1.0 (stimulation) and -1 (inhibition).