emax_fun {ascentTraining} | R Documentation |
Function to calculate Emax
Description
Calculation used for Emax in Ascent materials. Note: This function has be renamed using tidyverse-style snake_case naming conventions. However the original name of the function has been kept to ensure backwards compatibility with the book SAMS Teach Yourself R in 24 Hours (ISBN: 978-0-672-33848-9).
Usage
emax_fun(Dose, E0 = 0, ED50 = 50, Emax = 100)
Arguments
Dose |
User provided dose values |
E0 |
Effect at time 0 |
ED50 |
50% of maximum effect |
Emax |
Maximum effect |
Value
Numeric value/vector representing the response value.
Examples
emax_fun(Dose = 100)
[Package ascentTraining version 1.0.0 Index]