caffConcTime {caffsim} | R Documentation |
Create a dataset of the concentration-time curve of single oral administration of caffeine
Description
caffConcTime
will create a dataset of the concentration-time curve
Usage
caffConcTime(Weight, Dose, N = 20)
Arguments
Weight |
Body weight (kg) |
Dose |
Dose of single caffeine (mg) |
N |
The number of simulated subjects |
Value
The dataset of concentration and time of simulated subjects
See Also
https://asancpt.github.io/caffsim
Examples
caffConcTime(Weight = 20, Dose = 200, N = 20)
caffConcTime(20, 200)
[Package caffsim version 0.2.2 Index]