powered by
Run MCMC for multiple scenarios with provided data
run_mcmc(dt, priorObj, n.chains, n.adapt, n.burn, n.iter, seed, path)
a data.frame containing summary statistics of the posterior distribution for each simulation
data.frame
a list of matrix containing simulated time-to-events information
matrix
an object of class .priorClass generated in set_prior
.priorClass
set_prior
number of parallel chains for the model
number of iterations for adaptation
number of iterations discarded as burn-in
number of iterations to monitor
the seed of random number generator. Default is the first element of .Random.seed
file name for saving the output including folder path
# examples in vignette
Run the code above in your browser using DataLab