Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rxModelVars

All model variables for a RxODE object


Description

Return all the known model variables for a specified RxODE object

Usage

rxModelVars(obj)

Arguments

obj

RxODE family of objects

Details

These items are only calculated after compilation; they are built-into the RxODE compiled DLL.

Value

A list of RxODE model properties including:

  • params a character vector of names of the model parameters

  • lhs a character vector of the names of the model calculated parameters

  • state a character vector of the compartments in RxODE object

  • trans a named vector of translated model properties including what type of jacobian is specified, the C function prefixes, as well as the C functions names to be called through the compiled model.

  • md5a named vector that gives the digest of the model (file_md5) and the parsed model (parsed_md5)

  • model a named vector giving the input model (model), normalized model (no comments and standard syntax for parsing, normModel), and interim code that is used to generate the final C file parseModel

Author(s)

Matthew L. Fidler


RxODE

Facilities for Simulating from ODE-Based Models

v1.0.9
GPL (>= 3)
Authors
Matthew L. Fidler [aut] (<https://orcid.org/0000-0001-8538-6691>), Melissa Hallow [aut], Wenping Wang [aut, cre], Zufar Mulyukov [ctb], Alan Hindmarsh [ctb], Awad H. Al-Mohy [ctb], Matt Dowle [ctb], Cleve Moler [ctb], David Cooley [ctb], Drew Schmidt [ctb], Arun Srinivasan [ctb], Ernst Hairer [ctb], Gerhard Wanner [ctb], Goro Fuji [ctb], Hadley Wickham [ctb], Jack Dongarra [ctb], Linda Petzold [ctb], Martin Maechler [ctb], Matteo Fasiolo [ctb], Morwenn [ctb], Nicholas J. Higham [ctb], Roger B. Sidje [ctb], Simon Frost [ctb], Kevin Ushey [ctb], Yu Feng [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.