Running the Bayesian MCMC routine A procedure which runs the MCMC estimation routine
Source:R/pscEst_run.R
pscEst_run.RdRunning the Bayesian MCMC routine A procedure which runs the MCMC estimation routine
Examples
e4_data <- psc::e4_data
gemCFM <- psc::gemCFM
pscOb <- pscData(gemCFM,e4_data)
#> Warning: 54 rows removed due to missing data in dataset
pscOb <- init(pscOb)
pscOb <- pscEst_start(pscOb,nsim=1000,nchain=2)
pscOb <- pscEst_run(pscOb,nsim=1000,nchain=2)