MCMCRunStan | R Documentation |
Run Stan MCMC with input list and compiled model
MCMCRunStan(input, mod, seed = 100, refresh = 100)
input |
list of input data |
mod |
compiled model |
seed |
random seed |
refresh |
number of iterations between progress updates |
CmdStanMCMC object