emax_inv_remi: Inverse Emax function implemented by Eleveld remifentanil...

View source: R/pd_mods.R

emax_inv_remiR Documentation

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)

Arguments

pdresp

PD response values

pars

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

Value

Numeric vector of same length as pdresp.

Examples

pars_emax <- c(e0 = 19, emx = 5.6, c50 = 12.7, gamma = 2.87)
emax_inv_remi(emax_remi(10, pars_emax), pars_emax)

tci documentation built on Aug. 15, 2022, 9:09 a.m.