powered by
Run the structsearch tool. For more details, see :ref:structsearch.
structsearch
run_structsearch( type, model, results, search_space = NULL, b_init = NULL, emax_init = NULL, ec50_init = NULL, met_init = NULL, extra_model = NULL, strictness = "minimization_successful or (rounding_errors and sigdigs >= 0.1)", extra_model_results = NULL, dv_types = NULL, ... )
(StructSearchResult) structsearch tool result object
(str) Type of model. Currently only 'drug_metabolite' and 'pkpd'
(Model) Search space to test
(ModelfitResults) Initial estimate for the baseline for pkpd models.
(str or ModelFeatures (optional)) Initial estimate for E_MAX (for pkpd models only).
(numeric (optional)) Initial estimate for EC_50 (for pkpd models only).
(numeric (optional)) Initial estimate for MET (for pkpd models only).
(numeric (optional)) Results for the start model
(numeric (optional)) Pharmpy start model
(Model (optional)) Optional extra Pharmpy model to use in TMDD structsearch
(str (optional)) Results for the extra model
(ModelfitResults (optional)) Strictness criteria
(list(str=numeric) (optional)) Dictionary of DV types for TMDD models with multiple DV
Arguments to pass to tool
if (FALSE) { model <- load_example_model("pheno") results <- load_example_modelfit_results("pheno") run_structsearch(model_type='pkpd', results=results, model=model) }
Run the code above in your browser using DataLab