CoxphME {tramME} | R Documentation |
ME version of tram::Coxph
CoxphME( formula, data, subset, weights, offset, na.action = na.omit, silent = TRUE, nofit = FALSE, optim_control = list(outer = list(), optim = list()), ... )
formula |
an object of class |
data |
an optional data frame, list or environment (or object
coercible by |
subset |
an optional vector specifying a subset of observations to be used in the fitting process. |
weights |
an optional vector of weights to be used in the fitting
process. Should be |
offset |
this can be used to specify an _a priori_ known component to
be included in the linear predictor during fitting. This
should be |
na.action |
a function which indicates what should happen when the data
contain |
silent |
Logical, if TRUE, prints all tracing information. |
nofit |
Logical, if TRUE, creates the model objects, but does not run the optimization. |
optim_control |
List of optional arguments for the optimizer. |
... |
additional arguments to |
A CoxphME object.