| pscEst_run | R Documentation |
Running the Bayesian MCMC routine A procedure which runs the MCMC estimation routine
pscEst_run(pscOb, nsim, nchain)
pscOb |
an pscOb object which has been passed through pscData() and init() functions |
nsim |
the number of MCMC simulations to run |
nchain |
Number of chains to use for analysis |
An updated set of attributes for the pscOb which includes
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.