Split chains by halving the number of iterations per chain and doubling the number of chains.
Examples
x <- example_draws()
niterations(x)
#> [1] 100
nchains(x)
#> [1] 4
x <- split_chains(x)
niterations(x)
#> [1] 50
nchains(x)
#> [1] 8
Split chains by halving the number of iterations per chain and doubling the number of chains.
x <- example_draws()
niterations(x)
#> [1] 100
nchains(x)
#> [1] 4
x <- split_chains(x)
niterations(x)
#> [1] 50
nchains(x)
#> [1] 8