View source: R/run_pooled_nca.R
| nca_control | R Documentation |
Control options for non-compartmental analysis (NCA)
nca_control(
trapezoidal.rule = c("linear_up_log_down", "linear"),
duration = NULL,
nlastpoints = 3,
slope.method = "bestfitforce"
)
trapezoidal.rule |
Character. Method for trapezoidal AUC integration:
|
duration |
Numeric. Optional. Duration of the observation window (same units as time). Used to restrict the integration or define the evaluation range. |
nlastpoints |
Integer. Number of terminal points for half-life regression (default = 3). |
slope.method |
Character. Method for estimating the terminal slope (lambdaz). Options are:
|
A list with NCA control parameters.
Zhonghui Huang
nca_control()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.