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
expand
Expand the symbolic expression using SymPy?
Value
Lines for expanded model. (but not compiled)