Learn R Programming

caffsim (version 0.2.2)

caffConcTime: 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

Run this code
# NOT RUN {
caffConcTime(Weight = 20, Dose = 200, N = 20)
caffConcTime(20, 200)
# }

Run the code above in your browser using DataLab