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
Is it possible for mxRun to
Is it possible for mxRun to give some help in locating an error?
i did this
mxRun(model);
and got:
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.
Log in or register to post comments
In reply to Is it possible for mxRun to by tbates
Are you running the latest
Are you running the latest revision from the subversion trunk? This error should have been detected by the front-end.
Log in or register to post comments
In reply to Are you running the latest by mspiegel
Oh I see the ticket request.
Oh I see the ticket request. Yes constraints are currently not checked for dimensional equality. This can be fixed.
Log in or register to post comments
In reply to Oh I see the ticket request. by mspiegel
OK try the same script in
OK try the same script in revision 831.
Log in or register to post comments
In reply to OK try the same script in by mspiegel
Thanks Michael: this program
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
Log in or register to post comments
In reply to Thanks Michael: this program by tbates
Yeah, that would be a
Yeah, that would be a subtraction behind the scenes. Good catch, Michael!
Log in or register to post comments