omxGraphviz() model not type RAM

Posted on
Picture of user. tbates Joined: 07/31/2009
1. Run "IntroSEM-BivariateRaw.R" in trunk.models/passing

2. Send the output to omxGraphviz.

Despite this being a RAM model its type is not "MxRAMModel"

is(biRegModelRawOut)
# "MxModel"
# (which makes omxGraphviz() terminate with error )

Replied on Tue, 03/01/2011 - 09:24
Picture of user. mspiegel Joined: 07/31/2009

RAM + raw data is converted into a FIML model. If we want to change the specification to return a RAM model as output instead of a FIML model, we have to decide where to put the new 'covariance' and 'means' algebras that are generated by the FIML model, and are explicitly used in several of our test cases.