update.dbchoice: Updating and refitting model for dbchoice

Description Usage Arguments Details See Also Examples

View source: R/update.dbchoice.R

Description

Updating and refitting method for object of class "dbchoice".

Usage

1
2
## S3 method for class 'dbchoice'
update(object, new, evaluate = TRUE, ...)

Arguments

object

an object of class "dbchoice".

new

a new call.

evaluate

If TRUE, refit the updated model, otherwise return the updated call.

...

optional arguments. Currently not in use.

Details

The function update() for S3 object "dbchoice" updates a model used for the fit that is included in object according to a new call assigned to new, and then refits the updated model. The function returns the refitted model object when evaluate = TRUE, otherwise the updated model call.

See Also

dbchoice

Examples

1
## See Examples in dbchoice.

Example output

Loading required package: MASS
Loading required package: interval
Loading required package: survival
Loading required package: perm
Loading required package: Icens
Loading required package: MLEcens
Loading required package: Formula

DCchoice documentation built on May 2, 2019, 4:44 p.m.