billdenney / pknca

An R package is designed to perform all noncompartmental analysis (NCA) calculations for pharmacokinetic (PK) data.
http://billdenney.github.io/pknca/
GNU Affero General Public License v3.0
66 stars 23 forks source link

PKNCA output documentation #281

Closed andersone1 closed 4 months ago

andersone1 commented 4 months ago

Does documentation exist that explains each of the output variables from PKNCA, namely:

 [1] "adj.r.squared"        "ae"                   "aucabove.predose.all" "aucabove.trough.all"  "aucall"               "aucall.dn"            "aucinf.obs"          
 [8] "aucinf.obs.dn"        "aucinf.pred"          "aucinf.pred.dn"       "aucint.all"           "aucint.all.dose"      "aucint.inf.obs"       "aucint.inf.obs.dose" 
 [15] "aucint.inf.pred"      "aucint.inf.pred.dose" "aucint.last"          "aucint.last.dose"     "aucivall"             "aucivinf.obs"         "aucivinf.pred"       
 [22] "aucivint.all"         "aucivint.last"        "aucivlast"            "aucivpbextall"        "aucivpbextinf.obs"    "aucivpbextinf.pred"   "aucivpbextint.all"   
 [29] "aucivpbextint.last"   "aucivpbextlast"       "auclast"              "auclast.dn"           "aucpext.obs"          "aucpext.pred"         "aumcall"             
 [36] "aumcall.dn"           "aumcinf.obs"          "aumcinf.obs.dn"       "aumcinf.pred"         "aumcinf.pred.dn"      "aumclast"             "aumclast.dn"         
 [43] "c0"                   "cav"                  "cav.dn"               "ceoi"                 "cl.all"               "cl.last"              "cl.obs"              
 [50] "cl.pred"              "clast.obs"            "clast.obs.dn"         "clast.pred"           "clast.pred.dn"        "clr.last"             "clr.obs"             
 [57] "clr.pred"             "cmax"                 "cmax.dn"              "cmin"                 "cmin.dn"              "cstart"               "ctrough"             
 [64] "ctrough.dn"           "deg.fluc"             "end"                  "f"                    "fe"                   "half.life"            "kel.iv.last"         
 [71] "kel.iv.obs"           "kel.iv.pred"          "kel.last"             "kel.obs"              "kel.pred"             "lambda.z"             "lambda.z.n.points"   
 [78] "lambda.z.time.first"  "mrt.iv.last"          "mrt.iv.obs"           "mrt.iv.pred"          "mrt.last"             "mrt.md.obs"           "mrt.md.pred"         
 [85] "mrt.obs"              "mrt.pred"             "ptr"                  "r.squared"            "span.ratio"           "sparse_auclast"       "start"               
 [92] "swing"                "tfirst"               "thalf.eff.iv.last"    "thalf.eff.iv.obs"     "thalf.eff.iv.pred"    "thalf.eff.last"       "thalf.eff.obs"       
 [99] "thalf.eff.pred"       "time_above"           "tlag"                 "tlast"                "tmax"                 "vd.obs"               "vd.pred"             
[106] "vss.iv.last"          "vss.iv.obs"           "vss.iv.pred"          "vss.last"             "vss.md.obs"           "vss.md.pred"          "vss.obs"             
[113] "vss.pred"             "vz.obs"               "vz.pred"   
andersone1 commented 4 months ago

@billdenney sorry for creating this issue, i found it:

https://billdenney.github.io/pknca/articles/Selection-of-Calculation-Intervals.html#parameters-available-for-calculation-in-an-interval-1

i am going to close this

billdenney commented 4 months ago

I'm glad that you found it. PRs are welcome if any of the documentation is unclear.