Skip to contents

Concepts, tiers, and contexts used to classify NCA parameters

Usage

pknca_concepts()

pknca_tiers()

pknca_routes()

pknca_dosing()

pknca_sample_types()

Value

pknca_concepts() gives the concept names PKNCA uses, pknca_tiers() the reporting tiers, pknca_routes() the routes of administration, pknca_dosing() the dosing patterns, and pknca_sample_types() the sample collection types.

Details

A tier of "common" marks a parameter that belongs in a default report for at least one context; "uncommon" marks one that is calculated only when asked for by name. "uncommon" is the default, so a parameter registered without a tier is never selected automatically.

Examples

pknca_concepts()
#>  [1] "auc"                 "aumc"                "auc_above_conc"     
#>  [4] "auc_extrapolation"   "peak_conc"           "min_conc"           
#>  [7] "last_conc"           "average_conc"        "trough_conc"        
#> [10] "start_conc"          "initial_conc"        "eoi_conc"           
#> [13] "peak_time"           "min_time"            "last_time"          
#> [16] "first_time"          "lag_time"            "time_above_conc"    
#> [19] "clearance"           "renal_clearance"     "volume_z"           
#> [22] "volume_ss"           "mrt"                 "half_life"          
#> [25] "effective_half_life" "elimination_rate"    "fluctuation"        
#> [28] "excreted_amount"     "excreted_fraction"   "excretion_rate"     
#> [31] "collected_volume"    "bioavailability"     "total_dose"         
#> [34] "observation_count"   "parameter_ratio"