|
8 | 8 | #' for a given individual using concentration vs. time data. |
9 | 9 | #' |
10 | 10 | #' \pkg{est.nca} estimates a comprehensive set of NCA metrics using the |
11 | | -#' concentration-time profile of an individual. NCA metrics are eatimated |
| 11 | +#' concentration-time profile of an individual. NCA metrics are estimated |
12 | 12 | #' according to traditional PK calculations. The names of the various NCA |
13 | 13 | #' metrics estimated in this package are assigned mainly following the names |
14 | 14 | #' used in WinNonlin. This package accepts any of the three different types of |
|
26 | 26 | #' between the dosing intervals is considered. Cmax_D is the dose normalized |
27 | 27 | #' maximum observed concentration. |
28 | 28 | #' \item \strong{Clast and Tlast} are the last measurable positive |
29 | | -#' comcentration and the corresponding time, respectively. |
| 29 | +#' concentration and the corresponding time, respectively. |
30 | 30 | #' \item \strong{AUClast} is the area under the concentration vs. time curve |
31 | 31 | #' from the first observed to last measurable concentration. |
32 | 32 | #' \item \strong{AUMClast} is the first moment of the concentration vs. time |
|
41 | 41 | #' \item \strong{AUC_pBack_Ext_pred} is the percentage of AUCINF_pred that is |
42 | 42 | #' contributed by the back extrapolation to estimate C0. |
43 | 43 | #' \item \strong{AUClower_upper} is the AUC under the concentration-time |
44 | | -#' profile within the user-specified window of time privided as the |
| 44 | +#' profile within the user-specified window of time provided as the |
45 | 45 | #' "AUCTimeRange" argument. In case of empty "AUCTimeRange" argument, |
46 | 46 | #' AUClower_upper is the same as AUClast. |
47 | 47 | #' \item \strong{Rsq, Rsq_adjusted and Corr_XY} are regression coefficient |
48 | 48 | #' of the regression line used to estimate the elimination rate constant, the |
49 | 49 | #' adjusted value of Rsq and the square root of Rsq, respectively. |
50 | 50 | #' \item \strong{Lambda_z} is the elimination rate constant estimated from the |
51 | 51 | #' regression line representing the terminal phase of the concentration-time |
52 | | -#' prifile. |
| 52 | +#' data. |
53 | 53 | #' \item \strong{Lambda_lower and Lambda_upper} are the lower and upper limit |
54 | 54 | #' of the time values from the concentration-time profile used to estimate |
55 | 55 | #' Lambda_z, respectively, in case the "LambdaTimeRange" is used to specify |
|
93 | 93 | #' sampled time extrapolated to infinity based on the last predicted |
94 | 94 | #' concentration obtained from the regression line used to estimate Lambda_z |
95 | 95 | #' (Clast_pred). |
96 | | -#' \item \strong{Tau} is the dosing interval for steady-state data. This value |
97 | | -#' is assumed equarion over multiple doses. |
| 96 | +#' \item \strong{Tau} is the dosing interval for steady-state data. |
98 | 97 | #' \item \strong{Cmin and Tmin} are the minimum concentration between 0 and |
99 | 98 | #' Tau and the corresponding time, respectively. |
100 | 99 | #' \item \strong{Cavg} is the average concentration between 0 and Tau for |
|
114 | 113 | #' @param backExtrp If back-extrapolation is needed for AUC (TRUE or FALSE) |
115 | 114 | #' (\strong{FALSE}) |
116 | 115 | #' @param negConcExcl Exclude -ve conc (\strong{FALSE}) |
117 | | -#' @param doseType Steady-state (ss) or nonsteady-state (ns) dose |
| 116 | +#' @param doseType Steady-state (ss) or non-steady-state (ns) dose |
118 | 117 | #' (\strong{"ns"}) |
119 | 118 | #' @param adminType Route of administration |
120 | 119 | #' (iv-bolus,iv-infusion,extravascular) (\strong{"extravascular"}) |
|
0 commit comments