View source: R/functions_wrapper.R
run_ruvsearch | R Documentation |
Run the ruvsearch tool. For more details, see :ref:ruvsearch
.
run_ruvsearch(
model,
results,
groups = 4,
p_value = 0.001,
skip = NULL,
max_iter = 3,
dv = NULL,
strictness = "minimization_successful or (rounding_errors and sigdigs>=0.1)",
...
)
model |
(Model) Pharmpy model |
results |
(ModelfitResults) Results of model |
groups |
(numeric) The number of bins to use for the time varying models |
p_value |
(numeric) The p-value to use for the likelihood ratio test |
skip |
(array(str) (optional)) A vector of models to not attempt. |
max_iter |
(numeric) Number of iterations to run (1, 2, or 3). For models with BLQ only one iteration is supported. |
dv |
(numeric (optional)) Which DV to assess the error model for. |
strictness |
(str) Strictness criteri |
... |
Arguments to pass to tool |
(RUVSearchResults) Ruvsearch tool result object
## Not run:
model <- load_example_model("pheno")
results <- load_example_modelfit_results("pheno")
run_ruvsearch(model=model, results=results)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.