stan_names: The Par Names of a Stanfit Object

Description Usage Arguments Value See Also Examples

View source: R/stan_names.R

Description

Functions to get the names of a stanfit object.

Usage

1
stan_names(x, expand = FALSE)

Arguments

x

a stanfit object

expand

logical, if TRUE par names are returned including dimesnion indicies (fnames_oi), Default: FALSE

Value

character

See Also

Other utility: stan_axe(), stan_retain()

Examples

1
2
3
4
5
rats <- rats_example(nCores = 1)

rats%>%stan_names()

rats%>%stan_names(expand = TRUE)

metrumresearchgroup/shredder documentation built on Sept. 1, 2020, 5:36 p.m.