caffConcTime: Create a concentration-time dataset of single oral dosing of...

Description Usage Arguments Value See Also Examples

View source: R/caffConcTime.R

Description

caffConcTime will create a dataset of the concentration-time curve.

Usage

1
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

1
2
caffConcTime(Weight = 20, Dose = 200, N = 20)
caffConcTime(20, 200)

asancpt/caffsim documentation built on Aug. 31, 2020, 12:49 a.m.