Learn R Programming

saeRobust (version 0.1.0)

update,rfh-method: 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

"update"(object, formula, ..., where = parent.frame(2))
"update"(object, ...)

Arguments

object
(rfh) an object fitted by rfh
formula
...
arguments passed to update.default
where
(environment) should not be specified by the user