rxGetModel: Get model properties without compiling it.

rxGetModelR Documentation

Get model properties without compiling it.

Description

Get model properties without compiling it.

Usage

rxGetModel(
  model,
  calcSens = NULL,
  calcJac = NULL,
  collapseModel = NULL,
  indLin = FALSE
)

Arguments

model

RxODE specification

calcSens

boolean indicating if RxODE will calculate the sensitivities according to the specified ODEs.

calcJac

boolean indicating if RxODE will calculate the Jacobain according to the specified ODEs.

collapseModel

boolean indicating if RxODE will remove all LHS variables when calculating sensitivities.

indLin

Calculate inductive linearization matrices and compile with inductive linearization support.

Value

RxODE trans list

Author(s)

Matthew L. Fidler


nlmixrdevelopment/RxODE documentation built on April 10, 2022, 5:36 a.m.