All functions |
|
---|---|
Assess the AIC for all models in a list of models |
|
Compute noncompartmental pharmacokinetics |
|
Choose either the value from an option list or the current set value for an option. |
|
Set default options for PKNCA functions |
|
Describe a PKNCA.options option by name. |
|
Define how NCA parameters are summarized. |
|
Create a PKNCAconc object |
|
Create a PKNCAdata object. |
|
Create a PKNCAdose object |
|
Generate a PKNCAresults object |
|
Add columns for calculations within PKNCA intervals |
|
Add a hash and associated information to enable checking object provenance. |
|
Calculate the adjusted r-squared value |
|
Extract the parameter results from a PKNCAresults and return them as a data frame. |
|
|
Generate functions to do the named function (e.g. mean) applying the business rules. |
Verify that the concentration and time are valid |
|
Check that the conversion to a data type does not change the number of NA values |
|
Take in a single row of an interval specification and return that row updated with any additional calculations that must be done to fulfill all dependencies. |
|
Check the formatting of a calculation interval specification data frame. |
|
Check the hash of an object to confirm its provenance. |
|
Choose intervals to compute AUCs from time and dosing information |
|
Handle BLQ values in the concentration measurements as requested by the user. |
|
Handle NA values in the concentration measurements as requested by the user. |
|
Exclude data points or results from calculations or summarization. |
|
|
Exclude NCA parameters based on examining the parameter set. |
Find the repeating interval within a vector of doses |
|
Find the first occurrence of an operator in a formula and return the left, right, or both sides of the operator. |
|
Perform the half-life fit given the data. The function simply fits the data without any validation. No selection of points or any other components are done. |
|
Extract the formula from a PKNCAconc object. |
|
Convert the parsed formula back into the original |
|
Compute the geometric mean, sd, and CV |
|
Extract the best model from a list of models using AIC.list. |
|
Get the first model from a list of models |
|
Get the columns that can be used in an interval specification |
|
Get all columns that depend on a parameter |
|
Retrieve the value of an attribute column. |
|
Get the value from a column in a data frame if the value is a column there, otherwise, the value should be a scalar or the length of the data. |
|
Extract all the original data from a PKNCAconc or PKNCAdose object |
|
Extract all the original data from a PKNCAconc or PKNCAdose object |
|
Extract all the original data from a PKNCAconc or PKNCAdose object |
|
Get the name of the element containing the data for the current object. |
|
Get the dependent variable (left hand side of the formula) from a PKNCA object. |
|
|
Get the groups (right hand side after the |
Get the independent variable (right hand side of the formula) from a PKNCA object. |
|
|
Interpolate concentrations between measurements or extrapolate concentrations after the last measurement. |
Merge two or more lists with a data.frame 'groupid' attribute defining the matching. |
|
Extract the columns used in the formula (in order) from a PKNCAconc or PKNCAdose object. |
|
Normalize the exclude column by setting blanks to NA |
|
Parse a formula into its component parts. |
|
Run any function with a maximum missing fraction of X and 0s possibly
counting as missing. The maximum fraction missing comes from
|
|
Calculate amount excreted (typically in urine or feces) |
|
|
Calculate the AUC over an interval with interpolation and/or extrapolation of concentrations for the beginning and end of the interval. |
Calculate the AUC percent extrapolated |
|
|
A compute the Area Under the (Moment) Curve |
|
Estimate the concentration at dosing time for an IV bolus dose. |
Calculate the average concentration during an interval. |
|
Determine the concentration at the end of infusion |
|
Calculate the (observed oral) clearance |
|
Determine the last observed concentration above the limit of quantification (LOQ). |
|
Calculate renal clearance |
|
Determine maximum observed PK concentration |
|
Determine the trough (predose) concentration |
|
Determine the degree of fluctuation |
|
Determine dose normalized NCA parameter |
|
Calculate the absolute (or relative) bioavailability |
|
Calculate fraction excreted (typically in urine or feces) |
|
Compute the half-life and associated parameters |
|
Calculate the elimination rate (Kel) |
|
Calculate the mean residence time (MRT) for single-dose data or linear multiple-dose data. |
|
Calculate the mean residence time (MRT) for multiple-dose data with nonlinear kinetics. |
|
Determine the peak-to-trough ratio |
|
Determine the PK swing |
|
Calculate the effective half-life |
|
Determine the observed lag time (time before the first concentration above the limit of quantification or above the first concentration in the interval) |
|
Determine time of last observed concentration above the limit of quantification. |
|
Determine time of maximum observed PK concentration |
|
Calculate the volume of distribution (Vd) or observed volume of distribution (Vd/F) |
|
Calculate the steady-state volume of distribution (Vss) |
|
Calculate the terminal volume of distribution (Vz) |
|
Compute NCA parameters for each interval for each subject. |
|
Compute all PK parameters for a single concentration-time data set |
|
Compute the time to steady-state (tss) |
|
Clean up the time to steady-state parameters and return a data frame for use by the tss calculators. |
|
Compute the time to steady state using nonlinear, mixed-effects modeling of trough concentrations. |
|
A helper function to estimate individual and single outputs for monoexponential time to steady-state. |
|
A helper function to estimate population and popind outputs for monoexponential time to steady-state. |
|
Compute the time to steady state using stepwise test of linear trend |
|
|
Print and/or summarize a PKNCAconc or PKNCAdose object. |
Print a PKNCAdata object |
|
Print the summary of a provenance object |
|
Print the results summary |
|
Round a value to a defined number of digits printing out trailing zeros, if applicable. |
|
During the summarization of PKNCAresults, do the rounding of values based on the instructions given. |
|
Add an attribute to an object where the attribute is added as a name to the names of the object. |
|
Set the duration of dosing or measurement |
|
Set the exclude parameter on an object |
|
Set the dosing route |
|
Round a value to a defined number of significant digits printing out trailing zeros, if applicable. |
|
Sort the interval columns by dependencies. |
|
Divide into groups |
|
Summarize a PKNCAdata object showing important details about the concentration, dosing, and interval information. |
|
Summarize PKNCA results |
|
Compute noncompartmental superposition for repeated dosing |
|
Times relative to an event (typically dosing) |
|
A helper function to generate the formula and starting values for the parameters in monoexponential models. |