View source: R/get_pooled_data.R
| pooled_control | R Documentation |
Defines control parameters for time binning and preprocessing in pooled data analysis. These parameters are typically passed to 'get_pooled_data'.
pooled_control(
nbins = 10,
bin_method = c("quantile", "jenks", "kmeans", "pretty", "sd", "equal", "density"),
tad_rounding = TRUE
)
nbins |
Integer or the character string auto. Number of time bins used to group observations. Default is 10. |
bin_method |
Character string specifying the binning method. Must be one of "quantile", "jenks", "kmeans", "pretty", "sd", "equal", or "density". |
tad_rounding |
Logical value indicating whether tad and the most common dosing interval should be rounded to the nearest whole unit before comparison. Default is TRUE, allowing small deviations (for example, a tad of 24.3 is treated as within a 24-unit interval). |
A named list containing control parameters for pooled pharmacokinetic analysis.
get_pooled_data
pooled_control()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.