View source: R/functions_wrapper.R
set_reference_values | R Documentation |
Set reference values for selected columns
All values for each selected column will be replaced. For dose columns only the values for dosing events will be replaced.
set_reference_values(model, refs)
model |
(Model) Pharmpy model object |
refs |
(list(str=numeric)) Pairs of column names and reference values |
(Model) Pharmpy model object
## Not run:
model <- load_example_model("pheno")
model <- set_reference_values(model, list('WGT'=0.5, 'AMT'=4.0))
model$dataset
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.