Description Usage Format Details Source Examples
Concentration of a drug in the muscle and in the blood at various times after injection
1 |
A data frame with 50 observations on the following 3 variables.
ta numeric vector: time
y1a numeric vector : muscle concentration
y2a numeric vector : blood concentration
must be modified by prepare to be fitted by nls / evrunge
Simulated data (J.S. Pierre)
1 2 3 4 5 6 | ## concatenation of muscle and blood concentration by prepare
data(syslin.don)
summary(syslin.don)
syslin<-prepare(syslin.don)
summary(syslin)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.