model.function | R Documentation |
Model block for rxode2/nlmixr models
## S3 method for class ''function''
model(
x,
...,
append = NULL,
auto = getOption("rxode2.autoVarPiping", TRUE),
cov = NULL,
envir = parent.frame()
)
## S3 method for class 'rxUi'
model(
x,
...,
append = NULL,
auto = getOption("rxode2.autoVarPiping", TRUE),
cov = NULL,
envir = parent.frame()
)
## S3 method for class 'rxode2'
model(
x,
...,
append = NULL,
auto = getOption("rxode2.autoVarPiping", TRUE),
cov = NULL,
envir = parent.frame()
)
## S3 method for class 'rxModelVars'
model(
x,
...,
append = NULL,
auto = getOption("rxode2.autoVarPiping", TRUE),
cov = NULL,
envir = parent.frame()
)
model(
x,
...,
append = FALSE,
auto = getOption("rxode2.autoVarPiping", TRUE),
cov = NULL,
envir = parent.frame()
)
## Default S3 method:
model(x, ..., append = FALSE, cov = NULL, envir = parent.frame())
x |
model expression |
... |
Other arguments |
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 |
the |
Model block with ini information included. ini
must be
called before model
block
Matthew Fidler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.