[R-sig-eco] Logistic function between arbitrary parameter values

Dixon, Philip M [STAT] pdixon at iastate.edu
Wed Jun 19 15:51:57 CEST 2013


Phil,

One reasonable solution is add two additional parameters for the bottom and top (or bottom and span) of your logistic.:

Your function: K / (1 + ((K - x.0)/x.0) * exp(-r * x))  
becomes        alpha + beta*K / (1 + ((K - x.0)/x.0) * exp(-r * x)),

This logistic spans Y values from -alpha to -alpha + beta.
You may have trouble fitting it, because Yhat will be undefined if alpha is not large enough and I would be surprised if there were high collinearity between \hat\alpha and \hat\x.0.  However, the choices of alpha and beta are no longer arbitrary.

Best wishes,
Philip Dixon



More information about the R-sig-ecology mailing list