model.pk | R Documentation |
The administration is via a bolus. The PK model has one compartment (volume V) and a linear elimination (clearance Cl). The parameter ka is defined as ka=\frac{Cl}{V}
.
model.pk(t, y, parms)
t |
vector of time ; |
y |
initial condition, named vector of form c(C=C0) ; |
parms |
named vector of model parameter ; should contain either " |
Matrix of time and observation of Concentration C.
indParm
.
res <- model.pk(seq(0,30,1),c(C=100),parms=c(ka=1))
plot(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.