Calculates the R-square value of a sigmoidal fit.
Rsq(object)
object
The R-square value from the sigmoidal fit.
Christian Ritz
m <- multdrc(F1.1 ~ Cycles, data = reps, fct = l5()) Rsq(m)