caffPkparamMulti: Create a dataset for simulation of multiple dose of caffeine

Description Usage Arguments Value See Also Examples

Description

caffPkparamMulti will create a dataset for simulation of multiple dose of caffeine

Usage

1
caffPkparamMulti(Weight, Dose, N = 20, Tau = 8)

Arguments

Weight

Body weight (kg)

Dose

Dose of multiple caffeine (mg)

N

The number of simulated subjects

Tau

The interval of multiple dosing (hour)

Value

The dataset of pharmacokinetic parameters of subjects after multiple caffeine dose following multivariate normal

See Also

https://asancpt.github.io/caffsim

Examples

1
2
caffPkparamMulti(Weight = 20, Dose = 200, N = 20, Tau = 8)
caffPkparamMulti(20,500)

caffsim documentation built on May 2, 2019, 3:45 p.m.