When all arguments are estimate objects, they are merged into a single
estimate object. When some arguments are not estimate objects but are
named numeric scalars/vectors, the merged estimate object is returned
with an "extra" attribute containing the provided values. This is useful
for bundling auxiliary per-iteration information (e.g., convergence status)
alongside an estimate for use with sim.default().
Usage
# S3 method for class 'estimate'
c(..., as.list = FALSE)Value
An estimate object. If extra named numeric values were provided,
the result carries an "extra" attribute (a named numeric vector).
Details
arguments drop.ic, paired, sep are passed to merge.estimate
