fitted.drc {drc} | R Documentation |
Extracts fitted values from an object of class 'drc'.
fitted.drc(object, ...)
object |
an object of class 'drc'. |
... |
additional arguments. |
Fitted values extracted from 'object'.
Christian Ritz
model1 <- multdrc(FA) plot(fitted(model1), residuals(model1)) # a residual plot rm(model1)