split_stannames: Split stan names into a list of parameter names (char vec)...

View source: R/utility.R

split_stannamesR 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


MIRES documentation built on June 8, 2025, 10:55 a.m.