SBC backend using the sampling method from rstan.

SBC_backend_rstan_sample(model, ...)

Arguments

model

a stanmodel object (created via rstan::stan_model)

...

other arguments passed to sampling (number of iterations, ...). Arguments data and cores cannot be set this way as they need to be controlled by the package.