# \donttest{
data(ts_data)
example_data <- ts_data[1:100,1:3]
fit <- stan_gvar(data = example_data,
n_chains = 2,
n_cores = 1)
samples <- stan_fit_convert(fit, return_params = c("beta", "pcor"))
# }
Run the code above in your browser using DataLab