Learn R Programming

DSWE (version 1.6.1)

updateData: Updating data in a model

Description

updateData is a generic function to update data in a model.

Usage

updateData(object, ...)

Value

The returned value would depend on the class of its argument object.

Arguments

object

A model object

...

additional arguments for passing to specific methods

See Also

updateData.tempGP