powered by
Remove loq data records from the dataset
Does nothing if none of the limits is specified.
remove_loq_data(model, lloq = NULL, uloq = NULL)
(Model) Pharmpy model object
(numeric (optional)) Lower limit of quantification. Default not specified.
(numeric (optional)) Upper limit of quantification. Default not specified.
if (FALSE) { model <- load_example_model("pheno") model <- remove_loq_data(model, lloq=10, uloq=40) length(model$dataset) }
Run the code above in your browser using DataLab