translate_ode: Translate a model from/to various PKPD simulators

View source: R/translate_ode.R

translate_odeR Documentation

Translate a model from/to various PKPD simulators

Description

Currently only supports PKDPsim <–> RxODE

Usage

translate_ode(code, auto = TRUE, from = NULL, to = NULL, verbose = TRUE)

Arguments

code

character string with ODE code

auto

is auto-detect syntax ('from')

from

from syntax

to

to syntax

verbose

verbose, 'TRUE' or 'FALSE'

Value

Translated PKPDsim or RxODE model


PKPDsim documentation built on March 7, 2023, 5:40 p.m.