Concentration: drug concentration

Description Usage Arguments Value Examples

View source: R/StatComp21019R.R

Description

A 1-compartment infusion model for the PK

Usage

1
2
3
4
5
6
7
8
Concentration(
  t,
  d,
  t0 = c(1, 5, 9, 13, 17, 21, 25),
  Cl = 1.36 * 10,
  V = 3.4,
  tinf = rep(1e-05, 7)
)

Arguments

t

the time

d

the dose of drug

t0

Administration time

Cl

Clearance of elimination

V

Volume of distribution

tinf

the duration of the infusion of the jth administration

Value

the cytokine response

Examples

1
2
3
4
5
6
## Not run: 
t<-seq(from=0,to=35,by=0.1)
plot(t,Concentration(t=t,d=rep(25,7)),type = "l",lty=2,ylab="Concentration ")
lines(t,Concentration(t=t,d=c(1,5,10,rep(25,4))),type = "l")

## End(Not run)

loseriser/Statcomp21019 documentation built on Dec. 23, 2021, 11:21 p.m.