I think users (and me :-) ) will often struggle with mxRun-time errors - they have that "oh its somewhere in the whole-thing" feel that makes it hard to start pinning them down).
So any clues (such as the name of the algebra causing an error, and or the sizes of the two matrices that were being cbind()ed ) would be gratefully received:
# generated by the rev 871 version of trunk/models/failing/NTF_design.R
fit <- mxRun(model)
# Error in mxRun(model) :
# Non-conformable matrices in horizontal concatenation.
traceback()
# 2: .Call("callNPSOL", objective, startVals, constraints, matrices,
# parameters, algebras, data, options, state, PACKAGE = "OpenMx")
# 1: mxRun(model)
#1
This particular error I've tracked down to computing MZNTF.expCovMz, where for some reason NTF.CvMz is evaluating to something with 0 rows.
Log in or register to post comments
#2
Log in or register to post comments
#3
Log in or register to post comments