Error in S_free[to, from] <- nextfree : subscript out of bounds

Posted on
No user picture. brauer Joined: 01/28/2012

Please tell me what this error message means. Thanks in advance.

Replied on Mon, 05/14/2012 - 20:31
Picture of user. tbates Joined: Jul 31, 2009

I think is occurring when you attempt to make a path using a variable name not in the latents or manifests using a variable name not in the latents or manifests. In this case, a double headed path (S)

"subscript out of bounds" is R's attempt to report this.

If this is the error you're hitting, there's an improved error check in the development trunk, awaiting release. This will tell you what name (perhaps a mispelling) could not be found in the latentVars and manisfestsVars lists.