withoutIndex {pcFactorStan} | R Documentation |
Remove the array indexing from a parameter name
Description
Remove the array indexing from a parameter name
Usage
withoutIndex(name)
Arguments
name |
a parameter name |
Value
the name without the square bracket parameter indexing
Examples
withoutIndex("foo[1,2]")
[Package pcFactorStan version 1.5.4 Index]