USEPA / CompTox-ToxCast-tcplFit2

Performs basic concentration response curve fitting
https://cran.r-project.org/package=tcplfit2
Other
1 stars 0 forks source link

Update Function Equations to LaTeX format #10

Closed sedavid01 closed 10 months ago

sedavid01 commented 10 months ago

The dose-response model functions are written in plain text for the R function documentation help files. However, it would be best and easier to see the functional form of the models being fit if they are/were written in their appropriate mathematical form, which can be done with LaTeX formatting.

Please update the functional forms for dose-response models in all of the fit_ files; for example fit_cnst and fit_exp2.

Note: The constant model file currently does not have an equation. Please add one, should be something to the effect of f(x) = error (check the code for correct model details).