You are here

The OpenMx website will be down for maintenance from 9 AM EDT on Tuesday, September 17th, and is expected to return by the end of the day on Wednesday, September 18th. During this period, the backend will be updated and the website will get a refreshed look.

algebras checked in the front-end

2 posts / 0 new
Last post
mspiegel's picture
Offline
Joined: 07/31/2009 - 15:24
algebras checked in the front-end

As of revision 769, MxAlgebra are checked for correct dimensions before the optimizer is called.

> A <- mxMatrix("Full", nrow = 1, ncol = 1, name = 'A')
> B <- mxMatrix("Full", nrow = 1, ncol = 2, name = 'B')
> C <- mxAlgebra(A + B, name = 'C')
> model <- mxModel('model', A, B, C)
> mxRun(model)
Running model 
Error: The algebra 'model.C' in model 'model' generated the error message:
non-conformable arrays
tbates's picture
Offline
Joined: 07/31/2009 - 14:25
very helpful!

very helpful!