You are here

mxRun printing empty arrays during run?

starting in 821 (or perhaps 820), running a model causes a series of empty arrays to be printed early on in the execution...

> fit = mxRun(model)
Running ACE
[[1]]
[1] NA

[[2]]
[1] NA

[[3]]
[1] NA

[[4]]
[1] NA

[[5]]
[1] NA

[[6]]
[1] NA

[[1]]
[1] NA

[[2]]
[1] NA

[[3]]
[1] NA

[[4]]
[1] NA

[[5]]
[1] NA

[[6]]
[1] NA

Reporter: 
Created: 
Fri, 09/18/2009 - 08:21
Updated: 
Mon, 09/28/2009 - 22:37

Comments

Fixed in revision 824. Thanks for catching this.