open-AIMS / bayesnec

Bayesian No-Effect-Concentration estimation in R
https://open-AIMS.github.io/bayesnec
Other
11 stars 6 forks source link

get rid of `ifelse` statement related to `xform` in plot #116

Closed dbarneche closed 1 year ago

dbarneche commented 1 year ago

This is legacy code, but it is not needed anymore because the default argument to xform is the identity function + there is an internal check to make sure that's the case.

dbarneche commented 1 year ago

Same with this one, can we close this? I thought this had already been tackled by some commit.