Learn R Programming

tci (version 0.1.2)

restrict_sigmoid: Restrict target sigmoid values

Description

Function to place restriction on gamma and E50 parameters of target sigmoid such that it passes through point (tfinal, BISfinal+eps)

Usage

restrict_sigmoid(t50, tfinal = 10, eps = 1, BIS0 = 100, BISfinal = 50 - eps)

Value

Numeric vector of PD parameter values

Arguments

t50

parameter of Emax model

tfinal

end of the induction period

eps

distance between BISfinal and the target function at tfinal

BIS0

starting BIS value

BISfinal

asymptote of Emax model

Examples

Run this code
pars <- c(V1 = 8.9, CL = 1.4, q2 = 0.9, v2 = 18)
format_pars(pars, ncmpt = 2)

Run the code above in your browser using DataLab