caffPkparamMulti: Create a dataset of pharmacokinetic parameters of multiple...

Description Usage Arguments Value See Also Examples

View source: R/caffPkparam.R

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)

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