View source: R/functions_wrapper.R
set_lloq_data | R Documentation |
Set a dv value for lloq data records
set_lloq_data(model, value, lloq = NULL, blq = NULL)
model |
(Model) Pharmpy model object |
value |
(str or numeric or Expr) The new dv value |
lloq |
(numeric or str (optional)) Value or column name for lower limit of quantification. |
blq |
(str (optional)) Column name for below limit of quantification indicator. |
(Model) Pharmpy model object
remove_loq_data
transform_blq
## Not run:
model <- load_example_model("pheno")
model <- set_lloq_data(model, 0, lloq=10)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.