update,rfh-method {saeRobust} | R Documentation |
Update a fitted object
Description
This is a method which can be used to update a rfh result object and refit it. The fitted parameter values from the current object are used as starting values, then update.default is called.
Usage
## S4 method for signature 'rfh'
update(object, formula, ..., where = parent.frame(2))
## S4 method for signature 'fitrfh'
update(object, ...)
Arguments
object |
(rfh) an object fitted by rfh |
formula |
see update.formula |
... |
arguments passed to update.default |
where |
(environment) should not be specified by the user |
[Package saeRobust version 0.5.0 Index]