Res2Txt {ncar} | R Documentation |
Convert sNCA output table to text form
Description
This converts the table output of sNCA
to text form output.
Usage
Res2Txt(ResNCA, x, y, dose = 0, adm = "Extravascular", dur = 0, doseUnit = "mg",
down = "Linear")
Arguments
ResNCA |
Output table from |
x |
usually time |
y |
usually concentration |
dose |
given amount |
adm |
one of |
dur |
duration of infusion |
doseUnit |
unit of dose |
down |
either of |
Value
Text form output from the coversion of table form output
Author(s)
Kyun-Seop Bae <k@acr.kr>
See Also
Examples
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)
[Package ncar version 0.5.0 Index]