.tramME {tramME} | R Documentation |
General ME tram model
.tramME(formula, data, na.action, silent, nofit, optim_control)
formula |
an object of class |
data |
an optional data frame, list or environment (or object
coercible by |
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. |