This provides meta information about NCA parameters. This includes parameter names, text descriptions, formatting (md and LaTeX).
Usage
NCA_fetch_np_meta(
MOD_yaml_file = system.file(package = "ruminate", "templates", "NCA.yaml")
)
Value
List with the following elements:
choices: List parameter choices grouped by values specified in the module configuration file.
summary: Data frame with meta data about the NCA parameters with the following columns:
parameter: Name of parameter in PKNCA.
text: Name of parameter in plain text.
md: Parameter name formatted in Markdown.
latex: Parameter name formatted using LaTeX.
description: Verbose description in plain text for the parameter.
Examples
NCA_fetch_np_meta()
#> ✖ NCA: Parameter specified in YAML is not a valid PKNCA parameter: sparse_se
#> ✖ NCA: Parameter specified in YAML is not a valid PKNCA parameter: sparse_df
#> $choices
#> $choices$`Common Parameters`
#> $choices$`Common Parameters`$AUCall
#> [1] "aucall"
#>
#> $choices$`Common Parameters`$C0
#> [1] "c0"
#>
#> $choices$`Common Parameters`$`CL (based on AUCall)`
#> [1] "cl.all"
#>
#> $choices$`Common Parameters`$`CL (based on AUClast)`
#> [1] "cl.last"
#>
#> $choices$`Common Parameters`$Cmax
#> [1] "cmax"
#>
#> $choices$`Common Parameters`$`Half-life`
#> [1] "half.life"
#>
#> $choices$`Common Parameters`$`r²`
#> [1] "r.squared"
#>
#>
#> $choices$Other
#> $choices$Other$`r² (Adj)`
#> [1] "adj.r.squared"
#>
#> $choices$Other$`Amount excreted`
#> [1] "ae"
#>
#> $choices$Other$`AUCall (dose-normalized)`
#> [1] "aucall.dn"
#>
#> $choices$Other$`AUCinf,obs`
#> [1] "aucinf.obs"
#>
#> $choices$Other$`AUCinf,obs (dose-normalized)`
#> [1] "aucinf.obs.dn"
#>
#> $choices$Other$`AUCinf,pred (dose-normalized)`
#> [1] "aucinf.pred.dn"
#>
#> $choices$Other$`AUCint (based on AUCall extrapolation)`
#> [1] "aucint.all"
#>
#> $choices$Other$`AUCint (based on AUCall extrapolation, dose-aware)`
#> [1] "aucint.all.dose"
#>
#> $choices$Other$`AUCint (based on AUCinf,obs extrapolation)`
#> [1] "aucint.inf.obs"
#>
#> $choices$Other$`AUCint (based on AUCinf,obs extrapolation, dose-aware)`
#> [1] "aucint.inf.obs.dose"
#>
#> $choices$Other$`AUCint (based on AUCinf,pred extrapolation)`
#> [1] "aucint.inf.pred"
#>
#> $choices$Other$`AUCint (based on AUCinf,pred extrapolation, dose-aware)`
#> [1] "aucint.inf.pred.dose"
#>
#> $choices$Other$`AUCint (based on AUClast extrapolation)`
#> [1] "aucint.last"
#>
#> $choices$Other$`AUCint (based on AUClast extrapolation, dose-aware)`
#> [1] "aucint.last.dose"
#>
#> $choices$Other$`AUCall (IV dosing)`
#> [1] "aucivall"
#>
#> $choices$Other$`AUCinf,obs (IV dosing)`
#> [1] "aucivinf.obs"
#>
#> $choices$Other$`AUCinf,pred (IV dosing)`
#> [1] "aucivinf.pred"
#>
#> $choices$Other$`AUCint,all (IV dosing)`
#> [1] "aucivint.all"
#>
#> $choices$Other$`AUCint,last (IV dosing)`
#> [1] "aucivint.last"
#>
#> $choices$Other$`AUClast (IV dosing)`
#> [1] "aucivlast"
#>
#> $choices$Other$`AUCbext (based on AUCall)`
#> [1] "aucivpbextall"
#>
#> $choices$Other$`AUCbext (based on AUCinf,obs)`
#> [1] "aucivpbextinf.obs"
#>
#> $choices$Other$`AUCbext (based on AUCinf,pred)`
#> [1] "aucivpbextinf.pred"
#>
#> $choices$Other$`AUCbext (based on AUCint,all)`
#> [1] "aucivpbextint.all"
#>
#> $choices$Other$`AUCbext (based on AUCint,last)`
#> [1] "aucivpbextint.last"
#>
#> $choices$Other$`AUCbext (based on AUClast)`
#> [1] "aucivpbextlast"
#>
#> $choices$Other$AUClast
#> [1] "auclast"
#>
#> $choices$Other$`AUClast (dose-normalized)`
#> [1] "auclast.dn"
#>
#> $choices$Other$`AUCpext (based on AUCinf,obs)`
#> [1] "aucpext.obs"
#>
#> $choices$Other$`AUCpext (based on AUCinf,pred)`
#> [1] "aucpext.pred"
#>
#> $choices$Other$`AUMC,all`
#> [1] "aumcall"
#>
#> $choices$Other$`AUMC,all (dose-normalized)`
#> [1] "aumcall.dn"
#>
#> $choices$Other$`AUMC,inf,obs`
#> [1] "aumcinf.obs"
#>
#> $choices$Other$`AUMC,inf,obs (dose-normalized)`
#> [1] "aumcinf.obs.dn"
#>
#> $choices$Other$`AUMC,inf,pred (dose-normalized)`
#> [1] "aumcinf.pred.dn"
#>
#> $choices$Other$`AUMC,last`
#> [1] "aumclast"
#>
#> $choices$Other$`AUMC,last (dose-normalized)`
#> [1] "aumclast.dn"
#>
#> $choices$Other$Cav
#> [1] "cav.int.last"
#>
#> $choices$Other$`Cav (dose-normalized)`
#> [1] "cav.dn"
#>
#> $choices$Other$Ceoi
#> [1] "ceoi"
#>
#> $choices$Other$`CL (based on AUCinf,obs)`
#> [1] "cl.obs"
#>
#> $choices$Other$`CL (based on AUCinf,pred)`
#> [1] "cl.pred"
#>
#> $choices$Other$Clast
#> [1] "clast.obs"
#>
#> $choices$Other$`Clast,pred`
#> [1] "clast.pred"
#>
#> $choices$Other$`Clast,pred (dose-normalized)`
#> [1] "clast.pred.dn"
#>
#> $choices$Other$`Renal clearance (from AUClast)`
#> [1] "clr.last"
#>
#> $choices$Other$`Renal clearance (from AUCinf,obs)`
#> [1] "clr.obs"
#>
#> $choices$Other$`Renal clearance (from AUCinf,pred)`
#> [1] "clr.pred"
#>
#> $choices$Other$`Cmax (dose-normalized)`
#> [1] "cmax.dn"
#>
#> $choices$Other$Cmin
#> [1] "cmin"
#>
#> $choices$Other$`Cmin (dose-normalized)`
#> [1] "cmin.dn"
#>
#> $choices$Other$`Concentration count`
#> [1] "count_conc"
#>
#> $choices$Other$Ctrough
#> [1] "ctrough"
#>
#> $choices$Other$`Ctrough (dose-normalized)`
#> [1] "ctrough.dn"
#>
#> $choices$Other$`Degree of fluctuation`
#> [1] "deg.fluc"
#>
#> $choices$Other$`Interval End`
#> [1] "end"
#>
#> $choices$Other$Bioavailability
#> [1] "f"
#>
#> $choices$Other$`Fraction excreted`
#> [1] "fe"
#>
#> $choices$Other$`Kel (for IV dosing, based on AUClast)`
#> [1] "kel.iv.last"
#>
#> $choices$Other$`Kel (for IV dosing, based on AUCinf,obs)`
#> [1] "kel.iv.obs"
#>
#> $choices$Other$`Kel (for IV dosing, based on AUCinf,pred)`
#> [1] "kel.iv.pred"
#>
#> $choices$Other$`Kel (based on AUClast)`
#> [1] "kel.last"
#>
#> $choices$Other$`Kel (based on AUCinf,obs)`
#> [1] "kel.obs"
#>
#> $choices$Other$`Kel (based on AUCinf,pred)`
#> [1] "kel.pred"
#>
#> $choices$Other$λz
#> [1] "lambda.z"
#>
#> $choices$Other$`λz,n`
#> [1] "lambda.z.n.points"
#>
#> $choices$Other$`λz (t 1ˢᵗ)`
#> [1] "lambda.z.time.first"
#>
#> $choices$Other$`MRT (for IV dosing, based on AUClast)`
#> [1] "mrt.iv.last"
#>
#> $choices$Other$`MRT (for IV dosing, based on AUCinf,obs)`
#> [1] "mrt.iv.obs"
#>
#> $choices$Other$`MRT (for IV dosing, based on AUCinf,pred)`
#> [1] "mrt.iv.pred"
#>
#> $choices$Other$`MRT (based on AUClast)`
#> [1] "mrt.last"
#>
#> $choices$Other$`MRT (for multiple dosing, based on AUCinf,obs)`
#> [1] "mrt.md.obs"
#>
#> $choices$Other$`MRT (for multiple dosing, based on AUCinf,pred)`
#> [1] "mrt.md.pred"
#>
#> $choices$Other$`MRT (based on AUCinf,obs)`
#> [1] "mrt.obs"
#>
#> $choices$Other$`MRT (based on AUCinf,pred)`
#> [1] "mrt.pred"
#>
#> $choices$Other$`Peak-to-trough ratio`
#> [1] "ptr"
#>
#> $choices$Other$`Span ratio`
#> [1] "span.ratio"
#>
#> $choices$Other$`Interval Start`
#> [1] "start"
#>
#> $choices$Other$Swing
#> [1] "swing"
#>
#> $choices$Other$`t 1ˢᵗ`
#> [1] "tfirst"
#>
#> $choices$Other$`Effective half-life (for IV dosing, based on MRTlast)`
#> [1] "thalf.eff.iv.last"
#>
#> $choices$Other$`Effective half-life (for IV dosing, based on MRT,obs)`
#> [1] "thalf.eff.iv.obs"
#>
#> $choices$Other$`Effective half-life (for IV dosing, based on MRT,pred)`
#> [1] "thalf.eff.iv.pred"
#>
#> $choices$Other$`Effective half-life (based on MRT,last)`
#> [1] "thalf.eff.last"
#>
#> $choices$Other$`Effective half-life (based on MRT,obs)`
#> [1] "thalf.eff.obs"
#>
#> $choices$Other$`Effective half-life (based on MRT,pred)`
#> [1] "thalf.eff.pred"
#>
#> $choices$Other$`Time above Concentration`
#> [1] "time_above"
#>
#> $choices$Other$Tlag
#> [1] "tlag"
#>
#> $choices$Other$Tlast
#> [1] "tlast"
#>
#> $choices$Other$`Total dose`
#> [1] "totdose"
#>
#> $choices$Other$`Vss (for IV dosing, based on AUClast)`
#> [1] "vss.iv.last"
#>
#> $choices$Other$`Vss (for IV dosing, based on AUCinf,obs)`
#> [1] "vss.iv.obs"
#>
#> $choices$Other$`Vss (for IV dosing, based on AUCinf,pred)`
#> [1] "vss.iv.pred"
#>
#> $choices$Other$`Vss (based on AUClast)`
#> [1] "vss.last"
#>
#> $choices$Other$`Vss (for multiple-dose, based on Clast,obs)`
#> [1] "vss.md.obs"
#>
#> $choices$Other$`Vss (for multiple-dose, based on Clast,pred)`
#> [1] "vss.md.pred"
#>
#> $choices$Other$`Vss (based on AUCinf,obs)`
#> [1] "vss.obs"
#>
#> $choices$Other$`Vss (based on AUCinf,pred)`
#> [1] "vss.pred"
#>
#> $choices$Other$`Vz (based on AUCinf,obs)`
#> [1] "vz.obs"
#>
#> $choices$Other$`Vz (based on AUCinf,pred)`
#> [1] "vz.pred"
#>
#>
#> $choices$`Sparse Analysis`
#> $choices$`Sparse Analysis`$`Sparse AUClast`
#> [1] "sparse_auclast"
#>
#>
#>
#> $summary
#> parameter
#> 1 aucall
#> 2 adj.r.squared
#> 3 ae
#> 4 aucall.dn
#> 5 aucinf.obs
#> 6 aucinf.obs.dn
#> 7 aucinf.pred.dn
#> 8 aucint.all
#> 9 aucint.all.dose
#> 10 aucint.inf.obs
#> 11 aucint.inf.obs.dose
#> 12 aucint.inf.pred
#> 13 aucint.inf.pred.dose
#> 14 aucint.last
#> 15 aucint.last.dose
#> 16 aucivall
#> 17 aucivinf.obs
#> 18 aucivinf.pred
#> 19 aucivint.all
#> 20 aucivint.last
#> 21 aucivlast
#> 22 aucivpbextall
#> 23 aucivpbextinf.obs
#> 24 aucivpbextinf.pred
#> 25 aucivpbextint.all
#> 26 aucivpbextint.last
#> 27 aucivpbextlast
#> 28 auclast
#> 29 auclast.dn
#> 30 aucpext.obs
#> 31 aucpext.pred
#> 32 aumcall
#> 33 aumcall.dn
#> 34 aumcinf.obs
#> 35 aumcinf.obs.dn
#> 36 aumcinf.pred.dn
#> 37 aumclast
#> 38 aumclast.dn
#> 39 c0
#> 40 cav
#> 41 cav.int.all
#> 42 cav.int.inf.obs
#> 43 cav.int.inf.pred
#> 44 cav.int.last
#> 45 cav.dn
#> 46 ceoi
#> 47 cl.all
#> 48 cl.last
#> 49 cl.obs
#> 50 cl.pred
#> 51 clast.obs
#> 52 clast.pred
#> 53 clast.pred.dn
#> 54 clr.last
#> 55 clr.obs
#> 56 clr.pred
#> 57 cmax
#> 58 cmax.dn
#> 59 cmin
#> 60 cmin.dn
#> 61 count_conc
#> 62 ctrough
#> 63 ctrough.dn
#> 64 deg.fluc
#> 65 end
#> 66 f
#> 67 fe
#> 68 half.life
#> 69 kel.iv.last
#> 70 kel.iv.obs
#> 71 kel.iv.pred
#> 72 kel.last
#> 73 kel.obs
#> 74 kel.pred
#> 75 lambda.z
#> 76 lambda.z.n.points
#> 77 lambda.z.time.first
#> 78 mrt.iv.last
#> 79 mrt.iv.obs
#> 80 mrt.iv.pred
#> 81 mrt.last
#> 82 mrt.md.obs
#> 83 mrt.md.pred
#> 84 mrt.obs
#> 85 mrt.pred
#> 86 ptr
#> 87 r.squared
#> 88 span.ratio
#> 89 sparse_auclast
#> 90 start
#> 91 swing
#> 92 tfirst
#> 93 thalf.eff.iv.last
#> 94 thalf.eff.iv.obs
#> 95 thalf.eff.iv.pred
#> 96 thalf.eff.last
#> 97 thalf.eff.obs
#> 98 thalf.eff.pred
#> 99 time_above
#> 100 tlag
#> 101 tlast
#> 102 totdose
#> 103 vss.iv.last
#> 104 vss.iv.obs
#> 105 vss.iv.pred
#> 106 vss.last
#> 107 vss.md.obs
#> 108 vss.md.pred
#> 109 vss.obs
#> 110 vss.pred
#> 111 vz.obs
#> 112 vz.pred
#> text
#> 1 AUCall
#> 2 r² (Adj)
#> 3 Amount excreted
#> 4 AUCall (dose-normalized)
#> 5 AUCinf,obs
#> 6 AUCinf,obs (dose-normalized)
#> 7 AUCinf,pred (dose-normalized)
#> 8 AUCint (based on AUCall extrapolation)
#> 9 AUCint (based on AUCall extrapolation, dose-aware)
#> 10 AUCint (based on AUCinf,obs extrapolation)
#> 11 AUCint (based on AUCinf,obs extrapolation, dose-aware)
#> 12 AUCint (based on AUCinf,pred extrapolation)
#> 13 AUCint (based on AUCinf,pred extrapolation, dose-aware)
#> 14 AUCint (based on AUClast extrapolation)
#> 15 AUCint (based on AUClast extrapolation, dose-aware)
#> 16 AUCall (IV dosing)
#> 17 AUCinf,obs (IV dosing)
#> 18 AUCinf,pred (IV dosing)
#> 19 AUCint,all (IV dosing)
#> 20 AUCint,last (IV dosing)
#> 21 AUClast (IV dosing)
#> 22 AUCbext (based on AUCall)
#> 23 AUCbext (based on AUCinf,obs)
#> 24 AUCbext (based on AUCinf,pred)
#> 25 AUCbext (based on AUCint,all)
#> 26 AUCbext (based on AUCint,last)
#> 27 AUCbext (based on AUClast)
#> 28 AUClast
#> 29 AUClast (dose-normalized)
#> 30 AUCpext (based on AUCinf,obs)
#> 31 AUCpext (based on AUCinf,pred)
#> 32 AUMC,all
#> 33 AUMC,all (dose-normalized)
#> 34 AUMC,inf,obs
#> 35 AUMC,inf,obs (dose-normalized)
#> 36 AUMC,inf,pred (dose-normalized)
#> 37 AUMC,last
#> 38 AUMC,last (dose-normalized)
#> 39 C0
#> 40 Cav
#> 41 Cav
#> 42 Cav
#> 43 Cav
#> 44 Cav
#> 45 Cav (dose-normalized)
#> 46 Ceoi
#> 47 CL (based on AUCall)
#> 48 CL (based on AUClast)
#> 49 CL (based on AUCinf,obs)
#> 50 CL (based on AUCinf,pred)
#> 51 Clast
#> 52 Clast,pred
#> 53 Clast,pred (dose-normalized)
#> 54 Renal clearance (from AUClast)
#> 55 Renal clearance (from AUCinf,obs)
#> 56 Renal clearance (from AUCinf,pred)
#> 57 Cmax
#> 58 Cmax (dose-normalized)
#> 59 Cmin
#> 60 Cmin (dose-normalized)
#> 61 Concentration count
#> 62 Ctrough
#> 63 Ctrough (dose-normalized)
#> 64 Degree of fluctuation
#> 65 Interval End
#> 66 Bioavailability
#> 67 Fraction excreted
#> 68 Half-life
#> 69 Kel (for IV dosing, based on AUClast)
#> 70 Kel (for IV dosing, based on AUCinf,obs)
#> 71 Kel (for IV dosing, based on AUCinf,pred)
#> 72 Kel (based on AUClast)
#> 73 Kel (based on AUCinf,obs)
#> 74 Kel (based on AUCinf,pred)
#> 75 λz
#> 76 λz,n
#> 77 λz (t 1ˢᵗ)
#> 78 MRT (for IV dosing, based on AUClast)
#> 79 MRT (for IV dosing, based on AUCinf,obs)
#> 80 MRT (for IV dosing, based on AUCinf,pred)
#> 81 MRT (based on AUClast)
#> 82 MRT (for multiple dosing, based on AUCinf,obs)
#> 83 MRT (for multiple dosing, based on AUCinf,pred)
#> 84 MRT (based on AUCinf,obs)
#> 85 MRT (based on AUCinf,pred)
#> 86 Peak-to-trough ratio
#> 87 r²
#> 88 Span ratio
#> 89 Sparse AUClast
#> 90 Interval Start
#> 91 Swing
#> 92 t 1ˢᵗ
#> 93 Effective half-life (for IV dosing, based on MRTlast)
#> 94 Effective half-life (for IV dosing, based on MRT,obs)
#> 95 Effective half-life (for IV dosing, based on MRT,pred)
#> 96 Effective half-life (based on MRT,last)
#> 97 Effective half-life (based on MRT,obs)
#> 98 Effective half-life (based on MRT,pred)
#> 99 Time above Concentration
#> 100 Tlag
#> 101 Tlast
#> 102 Total dose
#> 103 Vss (for IV dosing, based on AUClast)
#> 104 Vss (for IV dosing, based on AUCinf,obs)
#> 105 Vss (for IV dosing, based on AUCinf,pred)
#> 106 Vss (based on AUClast)
#> 107 Vss (for multiple-dose, based on Clast,obs)
#> 108 Vss (for multiple-dose, based on Clast,pred)
#> 109 Vss (based on AUCinf,obs)
#> 110 Vss (based on AUCinf,pred)
#> 111 Vz (based on AUCinf,obs)
#> 112 Vz (based on AUCinf,pred)
#> md
#> 1 AUC~all~
#> 2 Adj. R^2^
#> 3 AE
#> 4 AUC~all,dn~
#> 5 AUC~inf,obs~
#> 6 AUC~inf,obs,dn~
#> 7 AUC~inf,pred,dn~
#> 8 AUC~int,all~
#> 9 AUC~int,all,dose~
#> 10 AUC~int,inf,obs~
#> 11 AUC~int,inf,obs,dose~
#> 12 AUC~int,inf,pred~
#> 13 AUC~int,inf,pred,dose~
#> 14 AUC~int,last~
#> 15 AUC~int,last,dose~
#> 16 AUC~iv,all~
#> 17 AUC~iv,inf,obs~
#> 18 AUC~iv,inf,pred~
#> 19 AUC~iv,int,all~
#> 20 AUC~iv,int,last~
#> 21 AUC~iv,last~
#> 22 AUC~iv,pbe,all~
#> 23 AUC~iv,pbe,inf,obs~
#> 24 AUC~iv,pbe,inf,pred~
#> 25 AUC~iv,pbe,inf,all~
#> 26 AUC~iv,pbe,inf,last~
#> 27 AUC~iv,pbe,last~
#> 28 AUC~last~
#> 29 AUC~last,dn~
#> 30 AUC~pext,obs~
#> 31 AUC~pext,pred~
#> 32 AUMC~all~
#> 33 AUMC~all,dn~
#> 34 AUMC~inf,obs~
#> 35 AUMC~inf,obs,dn~
#> 36 AUMC~inf,pred,dn~
#> 37 AUMC~last~
#> 38 AUMC~last,dn~
#> 39 C~0~
#> 40 C~ave~
#> 41 C~ave,int,all~
#> 42 C~ave,int,int,obs~
#> 43 C~ave,int,int,pred~
#> 44 C~ave,int,last~
#> 45 C~ave,dn~
#> 46 C~EOI~
#> 47 CL
#> 48 CL~last~
#> 49 CL~obs~
#> 50 CL~pred~
#> 51 CL~last,obs~
#> 52 CL~last,pred~
#> 53 CL~last,pred,dn~
#> 54 CL~R,last~
#> 55 CL~R,obs~
#> 56 CL~R,pred~
#> 57 C~max~
#> 58 C~max,dn~
#> 59 C~min~
#> 60 C~min,dn~
#> 61 N~obs~
#> 62 C~tr~
#> 63 C~tr,dn~
#> 64 dgf
#> 65 t~end~
#> 66 f~b~
#> 67 f~e~
#> 68 t~half~
#> 69 k~el,iv,last~
#> 70 k~el,iv,obs~
#> 71 k~el,iv,pred~
#> 72 k~el,last~
#> 73 k~el,obs~
#> 74 k~el,pred~
#> 75 <ff:symbol>l</ff>~z~
#> 76 <ff:symbol>l</ff>~z,n~
#> 77 <ff:symbol>l</ff>~z~ (t 1^st^)
#> 78 MRT~iv,last~
#> 79 MRT~iv,obs~
#> 80 MRT~iv,pred~
#> 81 MRT~last~
#> 82 MRT~md,obs~
#> 83 MRT~md,pred~
#> 84 MRT~obs~
#> 85 MRT~pred~
#> 86 PTR
#> 87 R^2^
#> 88 SR
#> 89 AUC~last,sp~
#> 90 t~start~
#> 91 SWING
#> 92 t~first~
#> 93 t~half,eff,iv,last~
#> 94 t~half,eff,iv,obs~
#> 95 t~half,eff,iv,pred~
#> 96 t~half,eff,last~
#> 97 t~half,eff,obs~
#> 98 t~half,eff,pred~
#> 99 t~ab~
#> 100 t~lag~
#> 101 t~last~
#> 102 Dose~tot~
#> 103 V~ss,iv,last~
#> 104 V~ss,iv,obs~
#> 105 V~ss,iv,pred~
#> 106 V~ss,iv,last~
#> 107 V~ss,md,obs~
#> 108 V~ss,md,pred~
#> 109 V~ss,obs~
#> 110 V~ss,pred~
#> 111 V~z,obs~
#> 112 V~z,pred~
#> latex
#> 1 AUCall
#> 2 $r^2_{adj}$
#> 3 Amount excreted
#> 4 AUCall (dose-normalized)
#> 5 AUCinf,obs
#> 6 AUCinf,obs (dose-normalized)
#> 7 AUCinf,pred (dose-normalized)
#> 8 AUCint (based on AUCall extrapolation)
#> 9 AUCint (based on AUCall extrapolation, dose-aware)
#> 10 AUCint (based on AUCinf,obs extrapolation)
#> 11 AUCint (based on AUCinf,obs extrapolation, dose-aware)
#> 12 AUCint (based on AUCinf,pred extrapolation)
#> 13 AUCint (based on AUCinf,pred extrapolation, dose-aware)
#> 14 AUCint (based on AUClast extrapolation)
#> 15 AUCint (based on AUClast extrapolation, dose-aware)
#> 16 AUCall (IV dosing)
#> 17 AUCinf,obs (IV dosing)
#> 18 AUCinf,pred (IV dosing)
#> 19 AUCint,all (IV dosing)
#> 20 AUCint,last (IV dosing)
#> 21 AUClast (IV dosing)
#> 22 AUCbext (based on AUCall)
#> 23 AUCbext (based on AUCinf,obs)
#> 24 AUCbext (based on AUCinf,pred)
#> 25 AUCbext (based on AUCint,all)
#> 26 AUCbext (based on AUCint,last)
#> 27 AUCbext (based on AUClast)
#> 28 AUClast
#> 29 AUClast (dose-normalized)
#> 30 AUCpext (based on AUCinf,obs)
#> 31 AUCpext (based on AUCinf,pred)
#> 32 AUMC,all
#> 33 AUMC,all (dose-normalized)
#> 34 AUMC,inf,obs
#> 35 AUMC,inf,obs (dose-normalized)
#> 36 AUMC,inf,pred (dose-normalized)
#> 37 AUMC,last
#> 38 AUMC,last (dose-normalized)
#> 39 C0
#> 40 Cav
#> 41 Cav
#> 42 Cav
#> 43 Cav
#> 44 Cav
#> 45 Cav (dose-normalized)
#> 46 Ceoi
#> 47 CL (based on AUCall)
#> 48 CL (based on AUClast)
#> 49 CL (based on AUCinf,obs)
#> 50 CL (based on AUCinf,pred)
#> 51 Clast
#> 52 Clast,pred
#> 53 Clast,pred (dose-normalized)
#> 54 Renal clearance (from AUClast)
#> 55 Renal clearance (from AUCinf,obs)
#> 56 Renal clearance (from AUCinf,pred)
#> 57 Cmax
#> 58 Cmax (dose-normalized)
#> 59 Cmin
#> 60 Cmin (dose-normalized)
#> 61 Concentration count
#> 62 Ctrough
#> 63 Ctrough (dose-normalized)
#> 64 Degree of fluctuation
#> 65 Interval End
#> 66 Bioavailability
#> 67 Fraction excreted
#> 68 Half-life
#> 69 Kel (for IV dosing, based on AUClast)
#> 70 Kel (for IV dosing, based on AUCinf,obs)
#> 71 Kel (for IV dosing, based on AUCinf,pred)
#> 72 Kel (based on AUClast)
#> 73 Kel (based on AUCinf,obs)
#> 74 Kel (based on AUCinf,pred)
#> 75 $\\lambda_z$
#> 76 Number of points used for lambda_z
#> 77 First time for $\\lambda_z$
#> 78 MRT (for IV dosing, based on AUClast)
#> 79 MRT (for IV dosing, based on AUCinf,obs)
#> 80 MRT (for IV dosing, based on AUCinf,pred)
#> 81 MRT (based on AUClast)
#> 82 MRT (for multiple dosing, based on AUCinf,obs)
#> 83 MRT (for multiple dosing, based on AUCinf,pred)
#> 84 MRT (based on AUCinf,obs)
#> 85 MRT (based on AUCinf,pred)
#> 86 Peak-to-trough ratio
#> 87 $r^2$
#> 88 Span ratio
#> 89 Sparse AUClast
#> 90 Interval Start
#> 91 Swing
#> 92 Tfirst
#> 93 Effective half-life (for IV dosing, based on MRTlast)
#> 94 Effective half-life (for IV dosing, based on MRT,obs)
#> 95 Effective half-life (for IV dosing, based on MRT,pred)
#> 96 Effective half-life (based on MRT,last)
#> 97 Effective half-life (based on MRT,obs)
#> 98 Effective half-life (based on MRT,pred)
#> 99 Time above Concentration
#> 100 Tlag
#> 101 Tlast
#> 102 Total dose
#> 103 Vss (for IV dosing, based on AUClast)
#> 104 Vss (for IV dosing, based on AUCinf,obs)
#> 105 Vss (for IV dosing, based on AUCinf,pred)
#> 106 Vss (based on AUClast)
#> 107 Vss (for multiple-dose, based on Clast,obs)
#> 108 Vss (for multiple-dose, based on Clast,pred)
#> 109 Vss (based on AUCinf,obs)
#> 110 Vss (based on AUCinf,pred)
#> 111 Vz (based on AUCinf,obs)
#> 112 Vz (based on AUCinf,pred)
#> description
#> 1 The area under the concentration time curve from the beginning of the interval to the last concentration above the limit of quantification plus the triangle from that last concentration to 0 at the first concentration below the limit of quantification
#> 2 The adjusted r^2 value of the half-life calculation
#> 3 The amount excreted (typically into urine or feces)
#> 4 Dose normalized aucall
#> 5 The area under the concentration time curve from the beginning of the interval to infinity with extrapolation to infinity from the observed Clast
#> 6 Dose normalized aucinf.obs
#> 7 Dose normalized aucinf.pred
#> 8 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with the triangle from Tlast to the next point and zero thereafter (matching AUCall)
#> 9 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with the triangle from Tlast to the next point and zero thereafter (matching AUCall) with dose-aware interpolation/extrapolation of concentrations
#> 10 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with zeros (matching AUClast)
#> 11 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with zeros (matching AUClast) with dose-aware interpolation/extrapolation of concentrations
#> 12 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with the triangle from Tlast to the next point and zero thereafter (matching AUCall)
#> 13 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with the triangle from Tlast to the next point and zero thereafter (matching AUCall) with dose-aware interpolation/extrapolation of concentrations
#> 14 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with zeros (matching AUClast)
#> 15 The area under the concentration time curve in the interval extrapolating from Tlast to infinity with zeros (matching AUClast) with dose-aware interpolation/extrapolation of concentrations
#> 16 The AUCall calculated with back-extrapolation for intravenous dosing using extrapolated C0
#> 17 The AUCinf,obs calculated with back-extrapolation for intravenous dosing using extrapolated C0
#> 18 The calculated with back-extrapolation for intravenous dosing using extrapolated C0
#> 19 The AUCint,all calculated with back-extrapolation for intravenous dosing using extrapolated C0
#> 20 The AUCint,last calculated with back-extrapolation for intravenous dosing using extrapolated C0
#> 21 The AUClast calculated with back-extrapolation for intravenous dosing using extrapolated C0
#> 22 The back-extrapolation percent for intravenous dosing based on AUCall
#> 23 The back-extrapolation percent for intravenous dosing based on AUCinf,obs
#> 24 The back-extrapolation percent for intravenous dosing based on AUCinf,pred
#> 25 The back-extrapolation percent for intravenous dosing based on AUCint,all
#> 26 The back-extrapolation percent for intravenous dosing based on AUCint,last
#> 27 The back-extrapolation percent for intravenous dosing based on AUClast
#> 28 The area under the concentration time curve from the beginning of the interval to the last concentration above the limit of quantification
#> 29 Dose normalized auclast
#> 30 Percent of the AUCinf that is extrapolated after Tlast calculated from the observed Clast
#> 31 Percent of the AUCinf that is extrapolated after Tlast calculated from the predicted Clast
#> 32 The area under the concentration time moment curve from the beginning of the interval to the last concentration above the limit of quantification plus the moment of the triangle from that last concentration to 0 at the first concentration below the limit of quantification
#> 33 Dose normalized aumcall
#> 34 The area under the concentration time moment curve from the beginning of the interval to infinity with extrapolation to infinity from the observed Clast
#> 35 Dose normalized aumcinf.obs
#> 36 Dose normalized aumcinf.pred
#> 37 The area under the concentration time moment curve from the beginning of the interval to the last concentration above the limit of quantification
#> 38 Dose normalized aumclast
#> 39 Initial concentration after an IV bolus
#> 40 The average concentration during an interval (calculated with AUClast)
#> 41 The average concentration during an interval (calculated with AUCint.all)
#> 42 The average concentration during an interval (calculated with AUCint.inf.obs)
#> 43 The average concentration during an interval (calculated with AUCint.inf.pred)
#> 44 The average concentration during an interval (calculated with AUCint.last)
#> 45 Dose normalized cav
#> 46 Concentration at the end of infusion
#> 47 Clearance or observed oral clearance calculated with AUCall
#> 48 Clearance or observed oral clearance calculated to Clast
#> 49 Clearance or observed oral clearance calculated with observed Clast
#> 50 Clearance or observed oral clearance calculated with predicted Clast
#> 51 The last concentration observed above the limit of quantification
#> 52 The concentration at Tlast as predicted by the half-life
#> 53 Dose normalized clast.pred
#> 54 The renal clearance calculated using AUClast
#> 55 The renal clearance calculated using AUCinf,obs
#> 56 The renal clearance calculated using AUCinf,pred
#> 57 Maximum observed concentration
#> 58 Dose normalized cmax
#> 59 Minimum observed concentration
#> 60 Dose normalized cmin
#> 61 Number of non-missing concentrations for a subject
#> 62 The trough (end of interval) concentration
#> 63 Dose normalized ctrough
#> 64 Degree of fluctuation
#> 65 Ending time of the interval (potentially infinity)
#> 66 Bioavailability or relative bioavailability
#> 67 The fraction of the dose excreted
#> 68 The (terminal) half-life
#> 69 Elimination rate (as calculated from the intravenous MRTlast)
#> 70 Elimination rate (as calculated from the intravenous MRTobs)
#> 71 Elimination rate (as calculated from the intravenous MRTpred)
#> 72 Elimination rate (as calculated from the MRT using AUClast)
#> 73 Elimination rate (as calculated from the MRT with observed Clast)
#> 74 Elimination rate (as calculated from the MRT with predicted Clast)
#> 75 The elimination rate of the terminal half-life
#> 76 The number of points used for the calculation of half-life
#> 77 The first time point used for the calculation of half-life
#> 78 The mean residence time to the last observed concentration above the LOQ correcting for dosing duration
#> 79 The mean residence time to infinity using observed Clast correcting for dosing duration
#> 80 The mean residence time to infinity using predicted Clast correcting for dosing duration
#> 81 The mean residence time to the last observed concentration above the LOQ
#> 82 The mean residence time with multiple dosing and nonlinear kinetics using observed Clast
#> 83 The mean residence time with multiple dosing and nonlinear kinetics using predicted Clast
#> 84 The mean residence time to infinity using observed Clast
#> 85 The mean residence time to infinity using predicted Clast
#> 86 Peak-to-Trough ratio (fraction)
#> 87 The r^2 value of the half-life calculation
#> 88 The ratio of the half-life to the duration used for half-life calculation
#> 89 For sparse PK sampling, the area under the concentration time curve from the beginning of the interval to the last concentration above the limit of quantification
#> 90 Starting time of the interval
#> 91 Swing relative to Cmin
#> 92 Time of the first concentration above the limit of quantification
#> 93 The effective half-life (as determined from the intravenous MRTlast)
#> 94 The effective half-life (as determined from the intravenous MRTobs)
#> 95 The effective half-life (as determined from the intravenous MRTpred)
#> 96 The effective half-life (as determined from the MRTlast)
#> 97 The effective half-life (as determined from the MRTobs)
#> 98 The effective half-life (as determined from the MRTpred)
#> 99 Time above a given concentration
#> 100 Lag time
#> 101 Time of the last concentration observed above the limit of quantification
#> 102 Total dose administered during an interval
#> 103 The steady-state volume of distribution with intravenous infusion calculating through Tlast
#> 104 The steady-state volume of distribution with intravenous infusion using observed Clast
#> 105 The steady-state volume of distribution with intravenous infusion using predicted Clast
#> 106 The steady-state volume of distribution calculating through Tlast
#> 107 The steady-state volume of distribution for nonlinear multiple-dose data using observed Clast
#> 108 The steady-state volume of distribution for nonlinear multiple-dose data using predicted Clast
#> 109 The steady-state volume of distribution using observed Clast
#> 110 The steady-state volume of distribution using predicted Clast
#> 111 The terminal volume of distribution using observed Clast
#> 112 The terminal volume of distribution using predicted Clast
#>