emax_inv_remi | R Documentation |
Inverse Emax function to return effect-site concentrations required to reach target effect.
emax_inv_remi(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(e0 = 19, emx = 5.6, c50 = 12.7, gamma = 2.87) emax_inv_remi(emax_remi(10, pars_emax), pars_emax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.