Code
names(x_sim_10)
Output
[1] "x"
Code
dim(x_sim_10$x)
Output
[1] 10 1 1
Code
names(x_draws_values)
Output
[1] "11" "12" "13" "14"
Code
names(x_draws_10)
Output
[1] "x"
Code
dim(x_draws_10$x)
Output
[1] 10 1 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.