Update a dcce_fit object
# S3 method for dcce_fit
update(object, formula. = NULL, ..., evaluate = TRUE)An updated dcce_fit object (if evaluate = TRUE) or
an unevaluated call.
A dcce_fit object.
Optional replacement formula (use . to keep
existing parts).
Additional arguments passed to dcce() to override
the original call.
Logical: evaluate the updated call? Default TRUE.