Hi,
My model has a matrix as parameter. Is it possible to only extract the posterior draws of a specific row or column, without having to extract the whole matrix first? I can also extract a specific element:
fit$summary("matrix_param[1,2]", "mean", "sd")
But that is not what I want…thanks.