caffConcTimeMulti: Create a concentration-time dataset of multiple oral dosing...

Description Usage Arguments Value See Also Examples

View source: R/caffConcTime.R

Description

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

Usage

1
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

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

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