'Parlmice for multilevel multiple imputation

I would like to do parallel computating for multilevel multiple imputation.

I tried the code below but get

4 nodes produced errors; first error: object 'mice.impute.2l.pmm' not found"

imp <- parlmice(d, predictorMatrix = predMatrix,meth="2l.pmm", maxit = 10,printFlag =T,
            m = 20, cluster.seed = 123,n.core = 4,n.imp.core = 5)

Isn't it possible to use parlmice with miceadd? How can I enable parallel computing?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source