update.aldvmm {aldvmm}R Documentation

Update Adjusted Limited Dependent Variable Mixture Model Fit

Description

The method update.aldvmm for the generic function update re-estimates an object of class "aldvmm".

Usage

## S3 method for class 'aldvmm'
update(object, formula., ..., evaluate = TRUE)

Arguments

object

an object inheriting from class "aldvmm".

formula.

a formula object representing the new model.

...

further arguments passed to or from other methods.

evaluate

a logical value indicating if the model should be re-estimated (TRUE) or not (FALSE).

Value

an object of class "aldvmm"


[Package aldvmm version 0.8.8 Index]