DoseResponse / drc

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

The classes and the names of some functions do not match! #34

Open lijuanyan122 opened 1 year ago

lijuanyan122 commented 1 year ago

For EXD.2(), EXD.3(), AR.2() and AR.3(), the class of the models specified is "Weibull" (as below)?

For example: str(EXD.2()) $ fixed : num [1:4] 1 0 NA NA

I know that Weibull and exponential models are similar. Is it on purpose?