This function builds the data structures needed to carry out MCMC sampling.
modelCompile(numChains = 1)Simulation is carried out for numChains chains.
When the model has been successfully compiled, ‘model compiled’ message should be printed.
The model is checked for completeness and consistency with the data. A node called ‘deviance’ is automatically created which calculates minus twice the log-likelihood at each iteration, up to a constant. This node can be used like any other node in the graphical model.