caffPkparam {caffsim}R Documentation

Create a dataset for simulation of single dose of caffeine

Description

caffPkparam will create a dataset for simulation of single dose of caffeine

Usage

caffPkparam(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 pharmacokinetic parameters of subjects after single caffeine dose following multivariate normal

See Also

https://asancpt.github.io/caffsim

Examples

caffPkparam(Weight = 20, Dose = 200, N = 20)
caffPkparam(20,500)

[Package caffsim version 0.2.2 Index]