emax_inv_eleveld: Inverse Emax function

View source: R/pd_mods.R

emax_inv_eleveldR Documentation

Inverse Emax function

Description

Inverse of Emax function used by Eleveld population PK model.

Usage

emax_inv_eleveld(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_eleveld <- c(c50 = 1.5, e0 = 100, gamma = 1.47, gamma2 = 1.89)
ce_seq <- seq(0,4,0.1)
all.equal(emax_inv_eleveld(emax_eleveld(ce_seq, pars_emax_eleveld), pars_emax_eleveld), ce_seq)

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