draws-index | R Documentation |
draws
objectsIndex iterations, chains, and draws of draws
objects.
iteration_ids(x)
chain_ids(x)
draw_ids(x)
niterations(x)
nchains(x)
ndraws(x)
x |
(draws) A |
The methods iteration_ids()
, chain_ids()
, and draw_ids()
return
vectors of all iterations, chains, and draws, respectively. In
contrast, the methods niterations()
, nchains()
, and
ndraws()
return the number of variables, iterations, chains, and draws,
respectively.
For iteration_ids()
, chain_ids()
, and draw_ids()
, an integer vector.
For niterations()
, nchains()
, and ndraws()
, a scalar integer.
variables
, rename_variables
x <- example_draws()
iteration_ids(x)
niterations(x)
chain_ids(x)
nchains(x)
draw_ids(x)
ndraws(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.