split_stannames {MIRES} | R Documentation |
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
stannames |
Char vector. |
labs |
Optional. Names of columns to which the indices meaningfully pertain to. |
Value
List of param names and a matrix of indices.
Author(s)
Stephen R Martin
[Package MIRES version 0.1.0 Index]