removeLinesAndInis | R Documentation |
Removes lines and inis from a model
removeLinesAndInis(ui, vars)
ui |
A rxode2 model |
vars |
A character vector of variables to remove |
model with rxode2 lines and any estimates associate with lines removed
Matthew L. Fidler
readModelDb("PK_3cmt_des") |> removeLinesAndInis(c("kel", "k12", "k21"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.