Build a PD model
run_pdsearch(
input,
type,
treatment_variable = NULL,
kpd_driver = "ir",
algorithm = "stepwise",
data_strategy = "full",
results = NULL,
strictness = "minimization_successful or (rounding_errors and sigdigs>=0.1)",
parameter_uncertainty_method = NULL,
...
)(PDSearchResults) PDSearch tool results object.
(str or Model) A PD/KPD dataset or PD/KPD model
(str) Type of PD model to build ('pd' or 'kpd')
(str (optional)) Name of the variable representing the treatment, e.g. TRT, DOSE or AUC. Do not use if type is 'kpd'
(str) Driver for KPD model (virtual infusion rate 'ir' or 'amount')
(str) Which search algorithm to use. Either 'stepwise' or 'exhaustive_stepwise'
(str) Strategy for using the dataset: 'full', 'partial' or 'fix'
(ModelfitResults (optional)) Results to input model
(str) Strictness criteria
(str (optional)) Parameter uncertainty method. Will be used in ranking models if strictness includes parameter uncertaint
Arguments to pass to tool