update.modelStruct: Update a modelStruct Object
Description
This method function updates each element of object
, allowing
the access to data
.Usage
## S3 method for class 'modelStruct':
update(object, data)
Value
an object similar to object
(same class, length, and names),
but with updated elements.