Description Usage Arguments Value Examples
Get the bottom and top of a log-logistic curve in a given x range.
1 | getYBounds(fit, high_x, low_x)
|
fit |
An object of class drc fit with |
high_x |
Numeric. The high end of the x range. |
low_x |
Numeric. The low end of the x range. |
A named vector reporting the top and bottom of the curve (toc, boc)
1 2 | fit <- drc::drm(disp~wt, data=mtcars, fct=drc::LL.4())
getYBounds(fit, 2, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.