Learn R Programming

pharmr (version 0.96.0)

run_ruvsearch: run_ruvsearch

Description

Run the ruvsearch tool. For more details, see :ref:ruvsearch.

Usage

run_ruvsearch(
  model = NULL,
  results = NULL,
  groups = 4,
  p_value = 0.05,
  skip = NULL,
  ...
)

Value

(RUVSearchResults) Ruvsearch tool result object

Arguments

model

(Model (optional)) Pharmpy model

results

(ModelfitResults (optional)) 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

...

Arguments to pass to tool

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
results <- load_example_modelfit_results("pheno")
run_ruvsearch(model=model, results=results)
}

Run the code above in your browser using DataLab