Get all columns that depend on a parameter
Value
With recursive = FALSE (default), a character vector of
parameter names that depend on the parameter x; empty if none do.
With recursive = TRUE, the unique set of everything x is calculated
from, following each dependency to the end.
Details
The two directions answer different questions. The default
answers "what becomes invalid if x changes?". recursive = TRUE
answers "what does x need?", and its result mixes parameter names
with the raw inputs the calculation ends at, such as "conc",
"time", "dose", and "time.dose".
See also
Other Interval specifications:
add.interval.col(),
check.interval.specification(),
choose.auc.intervals(),
get.interval.cols(),
interval_add_impute(),
interval_add_param(),
interval_add_secondary(),
pknca_check_parameter_classification(),
pknca_concepts(),
pknca_interval_table(),
pknca_parameter_table(),
pknca_presets(),
pknca_ref()