.pars_to_indices {LMMELSM} | R Documentation |
Convert stan par-string to numeric columns.
Description
Convert stan par-string to numeric columns.
Usage
.pars_to_indices(x, labs = NULL)
Arguments
x |
String. E.g., |
labs |
Character vector (Optional). If supplied, provides the colnames for the matrix. |
Value
Numeric matrix.
Author(s)
Stephen R. Martin
[Package LMMELSM version 0.2.1 Index]