Rsq {qpcR} | R Documentation |
Calculates the R-square value for objects of class drc
, lm
, glm
, nls
or any other models where fitted
and residuals
can be extacted.
Rsq(object)
object |
a fitted model. |
The R-square value of the fit.
Andrej-Nikolai Spiess
m <- pcrfit(reps, 1, 2, l5()) Rsq(m)