Learn R Programming

bayesforecast (version 1.0.1)

get_parameters: Get parameters of a varstan object

Description

Get the sampled parameters of a varstan object.

Usage

get_parameters(object)

Arguments

object

a varstan object

Value

a vector with the sampled parameters

Examples

Run this code
# NOT RUN {
 library(astsa)
 sf1 = auto.sarima(birth,iter = 500,chains = 1)
 get_parameters(sf1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab