Learn R Programming

nlmixr2autoinit (version 1.0.0)

pooled_control: Control settings for pooled data analysis

Description

Defines control parameters for time binning and preprocessing in pooled data analysis. These parameters are typically passed to 'get_pooled_data'.

Usage

pooled_control(
  nbins = 10,
  bin_method = c("quantile", "jenks", "kmeans", "pretty", "sd", "equal", "density"),
  tad_rounding = TRUE
)

Value

A named list containing control parameters for pooled pharmacokinetic analysis.

Arguments

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).

See Also

get_pooled_data

Examples

Run this code
pooled_control()

Run the code above in your browser using DataLab