You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the estimation of the mixture model, in the simulation step, I get “Error in dim(A) <- dd: Dims [product 0] do not match the length of the object.” We previously thought that this was due to no x column being created in sdata, however, when I created the x column, nothing changed. The issue is occurring when mx.mixt.estimate.all calls m2.mixt.stayers in the line rdim(pk0, nf * nx, nk).
The text was updated successfully, but these errors were encountered:
danielehrlich
changed the title
Estimatition of mixture model
Estimatition of mixture model: Error in dim(A)
Aug 1, 2018
In the estimation of the mixture model, in the simulation step, I get “Error in dim(A) <- dd: Dims [product 0] do not match the length of the object.” We previously thought that this was due to no x column being created in sdata, however, when I created the x column, nothing changed. The issue is occurring when mx.mixt.estimate.all calls m2.mixt.stayers in the line rdim(pk0, nf * nx, nk).
The text was updated successfully, but these errors were encountered: