Learn R Programming

tci (version 0.2.0)

emax_inv_remi: Inverse Emax function implemented by Eleveld remifentanil model

Description

Inverse Emax function to return effect-site concentrations required to reach target effect.

Usage

emax_inv_remi(pdresp, pars)

Value

Numeric vector of same length as pdresp.

Arguments

pdresp

PD response values

pars

Named vector of parameter values with names (c50,gamma,E0,Emx).

Examples

Run this code
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