# NOT RUN {
data(M1)
nbSEM=30
nbSEMburn=20
nbindmini=1
init = "random"
kr=2
kc=c(2,2,2)
m=c(6,3)
d.list <- c(1,41,81)
distributions <- c("Multinomial","Gaussian","Bos")
res <- mixedCoclust(x = M1, idx_list = d.list,distrib_names = distributions,
kr = kr, kc = kc, m = m, init = init,nbSEM = nbSEM,
nbSEMburn = nbSEMburn, nbindmini = nbindmini)
# }
Run the code above in your browser using DataLab