You are here

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

3 posts / 0 new
Last post
brauer's picture
Offline
Joined: 01/28/2012 - 11:34
Error in S_free[to, from] <- nextfree : subscript out of bounds

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

mspiegel's picture
Offline
Joined: 07/31/2009 - 15:24
It sounds like a bug. Can you

It sounds like a bug. Can you provide us with a small test case that we can run to reproduce the error?

tbates's picture
Offline
Joined: 07/31/2009 - 14:25
variable name string not in the latents or manifests collections

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.