Generate pred-only SAEM RxODE model
rxGenSaem(
obj,
predfn,
pkpars = NULL,
sum.prod = FALSE,
optExpression = TRUE,
loadSymengine = TRUE
)
RxODE model (text or actual model)
prediction function
PKpars function
Change addition and deletion to sum() and prod() to stabilize round off errors
Boolean for optimizing expression to minimize more expensive calls
Boolean indicating if the model should be
loaded into symengine. This cause all the ODEs to be collapsed
into one expression that is eventually optimized if
optExpression
is TRUE
.
RxODE text