When variables are vector/matrix they are stored in a tibble named as a[i,j].
@jgabry and I were talking about whether there was some utility of creating a convenience function that splits the indices in long form i.e.,
param idx1 idx2
a i j
It would be useful for getting things in the right form for Bayesplot.
When variables are vector/matrix they are stored in a tibble named as a[i,j].
@jgabry and I were talking about whether there was some utility of creating a convenience function that splits the indices in long form i.e.,
param idx1 idx2
a i j
It would be useful for getting things in the right form for Bayesplot.