Learn R Programming

RxODE (version 0.6-1)

rxLogifyModel: Takes a model and expands it to log multiplication

Description

This is a numerical trick to help reduce multiplcation errors when numbers are of very different magnitude.

Usage

rxLogifyModel(model, expand = TRUE)

Arguments

model

RxODE model

expand

Expand the symbolic expression using SymPy?

Value

Lines for expanded model. (but not compiled)