Learn R Programming

httk (version 2.5.0)

httk.performance: Historical Performance of R Package httk

Description

This table records the historical performance and other metrics of the R package "httk" as profiled with the function benchmark_httk. There is a row for each version and a column for each benchmark or metric. This table is used to generate graphs comparing the current version to past performance in order to help identify unintended degradtion of package capabilities.

Usage

httk.performance

Arguments

Format

An object of class data.frame with 25 rows and 18 columns.

Details

Column NameDescription
VersionThe release of httk (major.minor.patch)
N.steadystateThe number of chemicals for which Css can be predicted for the steady-state model
calc_analytic.unitsThe ratio of the output of calc_analytic_css in mg/L to uM multiplied by 1000/MW (should be 1)
calc_mc.unitsThe ratio of the output of calc_mc_css in mg/L to uM multiplied by 1000/MW (should be 1)
solve_pbtk.unitsThe ratio of a Cplasma value from solve_pbtk in mg/L to uM multiplied by 1000/MW (should be 1)
RMSLE.WetmoreRoot mean squared log10 error between Css predictions from httk and published values from Wetmore papers (both 95th percentile)
N.WetmoreNumber of chemicals used in RMSLE evaluation
RMSLE.noMCRMSLE between 95th percentile Css prediction and median prediction
N.noMCNumber of chemicals used in RMSLE evaluation
RMSLE.InVivoCssRMSLE for predictions of in vivo measured Css
N.InVivoCssNumber of chemicals used in RMSLE evaluation
RMSLE.InVivoAUCRMSLE for predictions of in vivo measured AUCs
N.InVivoAUCNumber of chemicals used in RMSLE evaluation
RMSLE.InVivoCmaxRMSLE for predictions of in vivo measured Cmax
N.InVivoCmaxNumber of chemicals used in RMSLE evaluation
RMSLE.TissuePCRMSLE for predicted tissue:plasma partition coefficients
N.TissuePCNumber of chemicals used in RMSLE evaluation
NotesWhy benchmarks/metrics may have changed

References

DavidsonFritzUnpublishedModelAddinghttk

See Also

benchmark_httk