Res2Txt: Convert sNCA output table to text form

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Res2Txt.R

Description

This converts the table output of sNCA to text form output.

Usage

1
2
Res2Txt(ResNCA, x, y, dose = 0, adm = "Extravascular", dur = 0, doseUnit = "mg", 
        down = "Linear")

Arguments

ResNCA

Output table from sNCA

x

usually time

y

usually concentration

dose

given amount

adm

one of "Bolus" or "Infusion" or "Extravascular" to indicate drug administration mode

dur

duration of infusion

doseUnit

unit of dose

down

either of "Linear" or "Log" to indicate the way to calculate AUC and AUMC

Value

Text form output from the coversion of table form output

Author(s)

Kyun-Seop Bae <k@acr.kr>

See Also

txtNCA, pdfNCA, rtfNCA

Examples

1
2
3
4
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)  

asancpt/ncar documentation built on Oct. 2, 2020, 10:24 a.m.