| emax_inv | R Documentation | 
Inverse Emax function to return effect-site concentrations required to reach target effect.
emax_inv(pdresp, pars)
| pdresp | PD response values | 
| pars | Named vector of parameter values with names (c50,gamma,E0,Emx). | 
Numeric vector of same length as pdresp.
pars_emax <- c(c50 = 1.5, gamma = 4, e0 = 100, emx = 100) ce_seq <- seq(0,4,0.1) all.equal(emax_inv(emax(ce_seq, pars_emax), pars_emax), ce_seq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.