update.gauss: update routine for gaussian model fits

Description Usage Arguments Details Value

Description

update routine for gaussian model fits

Usage

1
2
  ## S3 method for class 'gauss'
 update(object, ...)

Arguments

object

any gauss-class object

...

additional arguments, see details. Must at least include X=

Details

data has to be passed in as X= via the ..., see example. any commands to the optim routine used are also passed in in this manner. one can also add the option store_data = FALSE to avoid returning the input data, see stability_model for details.

Value

an updated gauss-class object depending on other parameters given


cboettig/earlywarning documentation built on May 13, 2019, 2:07 p.m.