spec_generics | R Documentation |
A collection of generics for accessors of the model specification objects.
orders(x)
powers(x)
long_memo(x)
modulus(x)
cond_dist(x)
include_mean(x)
orders(x) <- value
powers(x) <- value
long_memo(x) <- value
modulus(x) <- value
cond_dist(x) <- value
include_mean(x) <- value
x |
the input object or object to modify. |
value |
the value to modify the object |
These generics are intended to provide a basis to construct methods
for adjusting the the output of model specification objects like
egarch_spec()
.
These generics themselves do not return anything and are just the foundation for more sophisticated methods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.