caffConcTimeMulti {caffsim}R Documentation

Create a dataset of the concentration-time curve of multiple dosing of caffeine

Description

caffConcTimeMulti will create a dataset of the concentration-time curve of multiple oral administrations of caffeine

Usage

caffConcTimeMulti(Weight, Dose, N = 20, Tau = 8, Repeat = 4)

Arguments

Weight

Body weight (kg)

Dose

Dose of single caffeine (mg)

N

The number of simulated subjects

Tau

The interval of multiple dosing (hour)

Repeat

The number of dosing

Value

The dataset of concentration and time of simulated subjects of multiple dosing

See Also

https://asancpt.github.io/caffsim

Examples

caffConcTimeMulti(Weight = 20, Dose = 200, N = 20, Tau = 8, Repeat = 4)
caffConcTimeMulti(20, 200)

[Package caffsim version 0.2.2 Index]