View source: R/getDRMpredValue.r
getDRMpredValue | R Documentation |
This function gets the predicted value of the three parameter log logisistic function returned by drc::drm().
getDRMpredValue(val, drmModel)
val |
A number that is the "x" value for which you want the "y" value returned. |
drmModel |
The DRM model returned by drc::drm(). |
The "Y" value that corresponds to the "x" value of the "val" parameter
getDRMpredValue (drmVal, drmModel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.