1/(1+exp(b0+b1*x +...)) (standard logistic curve)
→ RA + (LA-RA)/(1+exp(b0+b1*x)) (logistic curve from LA (x=-∞) to RA (x → ∞))
→ RA + (LA-RA)/(1+exp((x-mid)/scal))
(x-mid)/scal : b0 = -mid/scal, b1 = 1/scal
x=mid y = LA + (RA-LA)/2 ?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.