update: Update a fitted object

update,rfh-methodR 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


wahani/saeRobustTools documentation built on March 16, 2024, 11:29 a.m.