boa.pnames {boa} | R Documentation |
Extracts the parameter names in an MCMC sequence.
boa.pnames(link)
link |
Matrix whose columns and rows contain the monitored parameters
and the MCMC iterations, respectively. The iteration numbers and parameter
names must be assigned to dimnames(link) . |
A character vector containing the parameter names in 'link'.
Brian J. Smith