Good Evening,
I fitted a four parameter logistic curve using R nls function with the following equation:
y = alpha + lambda/(1+exp(-beta(x-mu))
I would like to determine the maximum slope of this curve and for this I would like to compute the derivative of the function. Do you know how I can find the derivative of this function and use it to determine the maximum slope or the maximum derivative value?
Thank you in advance,
Rohan
I find the regular sigmoid equation y = 1/1+e-x and its derivative but not with the parameters. I am expecting some help with the derivative of my equation and a piece of script that can help me to find the maximum value.