Description Usage Arguments Value Author(s) Examples
Get the sampled parameters of a varstan object.
1 | get_parameters(object)
|
object |
a varstan object |
a vector with the sampled parameters
Asael Alonzo Matamoros
1 2 3 | library(astsa)
sf1 = auto.sarima(birth,iter = 500,chains = 1)
get_parameters(sf1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.