order_poly-smoothing_options-method function

Retrieve or Set Smoothing Options

Retrieve or Set Smoothing Options

Retrieve smoothing options from or set them in an object of class "smoothing_options".

## S4 method for signature 'smoothing_options' order_poly(object) ## S4 replacement method for signature 'smoothing_options' order_poly(object) <- value ## S4 method for signature 'smoothing_options' season(object) ## S4 replacement method for signature 'smoothing_options' season(object) <- value ## S4 method for signature 'smoothing_options' kernel_fun(object) ## S4 replacement method for signature 'smoothing_options' kernel_fun(object) <- value ## S4 method for signature 'smoothing_options' bwidth(object) ## S4 replacement method for signature 'smoothing_options' bwidth(object) <- value ## S4 method for signature 'smoothing_options' boundary_method(object) ## S4 replacement method for signature 'smoothing_options' boundary_method(object) <- value

Arguments

  • object: an object of class "smoothing_options".
  • value: the value to set the corresponding option to.

Returns

The methods without <- return the corresponding settings in the supplied object. The methods with <- set the corresponding option in the provided object.

Details

Various methods are provided to either retrieve smoothing option settings from an object of class "smoothing_options" or to adjust them within such an object.

Examples

opts <- set_options() opts order_poly(opts) order_poly(opts) <- 3 opts

Author(s)

  • Dominik Schulz (Research Assistant) (Department of Economics, Paderborn University),

    Author and Package Creator

  • Maintainer: Dominik Schulz
  • License: GPL-3
  • Last published: 2024-07-12

Useful links