powered by
Inverse Emax function to return effect-site concentrations required to reach target effect.
emax_inv_remi(pdresp, pars)
Numeric vector of same length as pdresp.
PD response values
Named vector of parameter values with names (c50,gamma,E0,Emx).
pars_emax <- c(e0 = 19, emx = 5.6, c50 = 12.7, gamma = 2.87) emax_inv_remi(emax_remi(10, pars_emax), pars_emax)
Run the code above in your browser using DataLab