.modelHandleModelLines {rxode2} | R Documentation |
Handle model lines
Description
Handle model lines
Usage
.modelHandleModelLines(
modelLines,
rxui,
modifyIni = FALSE,
append = NULL,
auto = getOption("rxode2.autoVarPiping", TRUE),
cov = NULL,
envir
)
Arguments
modelLines |
The model lines that are being considered |
rxui |
The rxode2 UI object |
modifyIni |
Should the ini() be considered |
append |
This is a boolean to determine if the lines are appended in piping. The possible values for this is:
|
auto |
This boolean tells if piping automatically selects the
parameters should be characterized as a population parameter,
between subject variability, or a covariate. When |
cov |
is a character vector of variables that should be assumed to be covariates. This will override automatic promotion to a population parameter estimate (or an eta) |
envir |
Environment for evaluation |
Value
New UI
Author(s)
Matthew L. Fidler