split_stannames: Split stan names into a list of parameter names (char vec) and (col-named) matrix of numeric indices.
Description
Split stan names into a list of parameter names (char vec) and (col-named) matrix of numeric indices.
Usage
split_stannames(stannames, labs = NULL)
Arguments
labs
Optional. Names of columns to which the indices meaningfully pertain to.
Value
List of param names and a matrix of indices.