Learn R Programming

dcce (version 0.4.2)

update.dcce_fit: Update a dcce_fit object

Description

Update a dcce_fit object

Usage

# S3 method for dcce_fit
update(object, formula. = NULL, ..., evaluate = TRUE)

Value

An updated dcce_fit object (if evaluate = TRUE) or an unevaluated call.

Arguments

object

A dcce_fit object.

formula.

Optional replacement formula (use . to keep existing parts).

...

Additional arguments passed to dcce() to override the original call.

evaluate

Logical: evaluate the updated call? Default TRUE.