Handle model lines
.modelHandleModelLines(
modelLines,
rxui,
modifyIni = FALSE,
append = FALSE,
auto = TRUE,
envir
)
The model lines that are being considered
The rxode2 UI object
Should the ini() be considered
This is a boolean to determine if the lines are appended in piping. The possible values for this is:
TRUE
which is when the lines are appended to the model instead of replaced (default)
FALSE
when the lines are replaced in the model
NA
is when the lines are pre-pended to the model instead of replaced
This boolean tells if piping automatically selects the
parameters should be characterized as a population parameter,
between subject variability, or a covariate. When TRUE
this
automatic selection occurs. When FALSE
this automatic
selection is turned off and everything is added as a covariate
(which can be promoted to a parameter with the ini
statement).
By default this is TRUE
, but it can be changed by
options(rxode2.autoVarPiping=FALSE)
.
Environment for evaluation
New UI