Description Usage Arguments Value Examples
Get the y value of the upper asymptote in a 4-parmeter log-logistic function
1  | getUpperAsym(object, CI95 = FALSE)
 | 
object | 
 An object of class "drc" generated from   | 
CI95 | 
 Logical. Report 95% confidence interval.  | 
The y intercept of the upper asymptote.
1 2  | fit <- drc::drm(disp~wt, data=mtcars, fct=drc::LL.4())
getUpperAsym(fit)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.