update.mkinfit: Update an mkinfit model with different arguments
Description
This function will return an updated mkinfit object. The fitted degradation
model parameters from the old fit are used as starting values for the
updated fit. Values specified as 'parms.ini' and/or 'state.ini' will
override these starting values.
Usage
# S3 method for mkinfit
update(object, ..., evaluate = TRUE)
Arguments
object
An mkinfit object to be updated
...
Arguments to mkinfit that should replace
the arguments from the original call. Arguments set to NULL will
remove arguments given in the original call
evaluate
Should the call be evaluated or returned as a call