interp_ED50 | R Documentation |
Calculates cheap starting parameter for the ED50 parameter of a 2pLL model by interpolation. This function is used in get_starting_values.
interp_ED50(data = NULL)
data |
(numeric |
The function assumes that the mean response values lay within 0 and 100, i.e. have percent units. It also assumes a downward trend of the ED50 with dose. If the lowest mean_resp value is already above 50, the function returns the maximal dose.
Returns the numeric ED50_interp
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.