powered by
Running the Bayesian MCMC routine A procedure which runs the MCMC estimation routine
pscEst_run(pscOb, nsim, nchain)
An updated set of attributes for the pscOb which includes
an pscOb object which has been passed through pscData() and init() functions
the number of MCMC simulations to run
Number of chains to use for analysis
e4_data <- psc::e4_data gemCFM <- psc::gemCFM pscOb <- pscData(gemCFM,e4_data) pscOb <- init(pscOb) pscOb <- pscEst_start(pscOb,nsim=1000,nchain=2) pscOb <- pscEst_run(pscOb,nsim=1000,nchain=2)
Run the code above in your browser using DataLab