This get the syntax preferred model for processing
rxNorm(obj, condition = NULL, removeInis, removeJac, removeSens)
RxODE family of objects
Character string of a logical condition to use
for subsetting the normalized model. When missing, and a
condition is not set via rxCondition
, return the whole
code with all the conditional settings intact. When a condition
is set with rxCondition
, use that condition.
A boolean indicating if parameter initialization will be removed from the model
A boolean indicating if the Jacobians will be removed.
A boolean indicating if the sensitivities will be removed.
Normalized Normal syntax (no comments)