nca.cal | R Documentation |
nca.cal()
nca.cal(
data,
n_lambda = 3,
id = "id",
time = "time",
dv = "dv",
partialAUC = NULL,
partialConc = NULL,
full = F
)
data |
datset or data frame (ex:data=PKdatat) |
n_lambda |
number of points for estimating the Lambda |
id |
unique subject identifier |
time |
Sampling time |
dv |
Concentration |
partialAUC |
Time interval for partial AUC. Ex: 0,6,0,12,6,12 for AUC0-6, AUC0-12 and AUC6-12 |
partialConc |
Point estimated concentration Ex:1,4 for concentration after 1 and 4 h) |
plots |
plog, plin, or plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.