mxRun

Posted on
Picture of user. tbates Joined: 07/31/2009

A place to discuss mxRun

Replied on Sat, 09/19/2009 - 15:08
Picture of user. tbates Joined: Jul 31, 2009

Is it possible for mxRun to give some help in locating an error?

i did this
mxRun(model);
and got:

Running common_path_constraint_ACE 
Error in mxRun(model) : Non-conformable matrices in Matrix Subtract.

I don't think I am using matrix subtraction, so it would be v.handy to have the error generator tag the message with where it was up to, like

"I was checking model ‘share’ when I felt I had to tell you:..."

I ran trackback() and got this, which didn't much enlighten me unfortunately.

2: .Call("callNPSOL", objective, startVals, constraints, matrices, 
       parameters, algebras, data, options, state, PACKAGE = "OpenMx")
1: mxRun(model)
Replied on Sat, 09/19/2009 - 17:44
Picture of user. tbates Joined: Jul 31, 2009

In reply to by mspiegel

Thanks Michael: this program is going to be bullet proof!

> fit = mxRun(model)
Running common_path_constraint_ACE
Error: The algebras/matrices 'all.L' and 'all.nFac_IMatrix' in model 'common_path_constraint_ACE' are in constraint 'all.constraint1' and are not of identical dimensions