DoseResponse / drc

Fitting dose-response models in R
https://doseresponse.github.io/drc/
21 stars 16 forks source link

deviance #26

Open ggrothendieck opened 2 years ago

ggrothendieck commented 2 years ago

Suggest that a deviance method for "drc" class be added to the drc package.

Might also review what methods exist for "nls" and "lm" classes and add any which are applicable.

methods(class = "nls")
methods(class = "lm")