Gets the parameter names.
Usage
# S3 method for class 'mcmc.list'
pars(x, scalar = NULL, terms = FALSE, ...)See also
Other parameters:
npars(),
set_pars()
Examples
pars(as_mcmc_list(nlist(zz = 1, y = 3:6)))
#> [1] "zz" "y"
Gets the parameter names.
# S3 method for class 'mcmc.list'
pars(x, scalar = NULL, terms = FALSE, ...)Other parameters:
npars(),
set_pars()
pars(as_mcmc_list(nlist(zz = 1, y = 3:6)))
#> [1] "zz" "y"