model.list
or runs
all defined MARK object models in the frame of the calling function with no
output
(model.list=NULL
) or just those of a particular type
(e.g., type="CJS"
)run.models(model.list = NULL, type = NULL, save = TRUE, ...)
type
save.image()
) between analyses to enable interruption without losing
analyses that have already been runrun.mark.model
model.list
must be in the frame of the function
that calls run.models
. If model.list=NULL
or the MARK models
are collected from the frame of the calling function (the parent). If
type
is specified only the models of that type (e.g., "CJS") are run.
In each case the models are run and saved in the parent frame.collect.model.names
, run.mark.model