order_poly,smoothing_options-method | R Documentation |
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
object |
an object of class |
value |
the value to set the corresponding option to. |
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.
The methods without <-
return the corresponding settings in the supplied
object. The methods with <-
set the corresponding option in the
provided object.
Dominik Schulz (Research Assistant) (Department of Economics, Paderborn
University),
Author and Package Creator
opts <- set_options()
opts
order_poly(opts)
order_poly(opts) <- 3
opts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.