# Load examp, which contains a pre-processed pglmm_data object
data("examp")
dataProfile = examp$dataProfile
# Run the Gibbs Sampler
MCMC_Obj = profileGLMM_Gibbs(
model = dataProfile,
nIt = 100,
nBurnIn = 10
)
Run the code above in your browser using DataLab