powered by
This converts the table output of sNCA to text form output.
sNCA
Res2Txt(ResNCA, x, y, dose = 0, adm = "Extravascular", dur = 0, doseUnit = "mg", down = "Linear")
Text form output from the coversion of table form output
Output table from sNCA
usually time
usually concentration
given amount
one of "Bolus" or "Infusion" or "Extravascular" to indicate drug administration mode
"Bolus"
"Infusion"
"Extravascular"
duration of infusion
unit of dose
either of "Linear" or "Log" to indicate the way to calculate AUC and AUMC
"Linear"
"Log"
Kyun-Seop Bae <k@acr.kr>
txtNCA, pdfNCA, rtfNCA
txtNCA
pdfNCA
rtfNCA
x = Theoph[Theoph$Subject=="1","Time"] y = Theoph[Theoph$Subject=="1","conc"] z = sNCA(x, y, dose=320, doseUnit="mg", concUnit="mg/L", timeUnit="h") Res2Txt(z, x, y)
Run the code above in your browser using DataLab