Index variables, iterations, chains, and draws.
Usage
# S3 method for class 'mcpfit'
niterations(x, ...)
# S3 method for class 'mcpfit'
nchains(x, ...)
# S3 method for class 'mcpfit'
ndraws(x, ...)
ndraws(x)
nchains(x)
niterations(x)Functions
niterations(mcpfit): Number of iterations per chain of anmcpfitobject.nchains(mcpfit): Number of chains of anmcpfitobject.
Examples
niterations(demo_fit)
#> [1] 500
nchains(as_draws(demo_fit, prior = TRUE))
#> [1] 2
