Learn R Programming

nlmixr2lib (version 0.3.0)

removeLinesAndInis: Removes lines and inis from a model

Description

Removes lines and inis from a model

Usage

removeLinesAndInis(ui, vars)

Value

model with rxode2 lines and any estimates associate with lines removed

Arguments

ui

A rxode2 model

vars

A character vector of variables to remove

Author

Matthew L. Fidler

Examples

Run this code
readModelDb("PK_3cmt_des") |> removeLinesAndInis(c("kel", "k12", "k21"))

Run the code above in your browser using DataLab