pmx_filter | R Documentation |
filter data in a pmx controller
pmx_filter(
ctr,
data_set = c("estimates", "predictions", "eta", "finegrid", "shrink", "input",
"individual", "sim_blq"),
pmx_exp
)
ctr |
A controller. An object of 'pmxClass' |
data_set |
A data_set within the controller to apply a filter to. |
pmx_exp |
A filter expression |
Returns a pmx controller with a filtered data set.
## example of global filter
ctr <- theophylline()
ctr %>% pmx_filter(data_set = "prediction", ID == 5 & TIME < 2)
ctr %>% get_data("prediction")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.