buildMCEM creates an MCMC for latent states but not parameters.
Currently a user sees a warning like:
[Warning] No samplers assigned for 5 nodes, use conf$getUnsampledNodes() for node names.
I believe this is emitted from configureMCMC when it is being called to configure only for the latent nodes.
It would be nice to silence this warning. It may be as simple as print=FALSE.