mcFMM(EDdata, ncomp = 1, addsigma = 0, iflog = TRUE,
nsim = 50000, inis = list(), control.args = list())
Neal, R.M., 2003. "Slice sampling" (with discussion). Annals of Statistics, 31 (3), pp. 705-767.
data(EDdata)
# Construct MCMC chains for a 3-component FMM.
obj<-mcFMM(EDdata$gl11,ncomp=3,nsim=1e4)
reportSAM(obj,thin=2,burn=1e3)
Run the code above in your browser using DataLab