You are here

mxModel error checking

2 posts / 0 new
Last post
tbates's picture
Offline
Joined: 07/31/2009 - 14:25
mxModel error checking

hi,
Any chance that this could return an error: I think it will be a common mistake
(the error is entering the same submodel twice instead of two distinct models (in this case modelDZ and modelMZ).

the name clash maybe should throw an error

"did you really want to enter "modelMZ" and then immediately overwrite it 
with another copy of the same thing "modelMZ"?

model = mxModel("ACE",
modelShare, modelMZ, modelMZ,
mxAlgebra(modelMZ.objective + modelDZ.objective, name="twin"),
mxAlgebraObjective("twin")
)

neale's picture
Offline
Joined: 07/31/2009 - 15:14
Or: "Wow, you must REALLY

Or:

"Wow, you must REALLY want me to include this "modelMZ" since you asked for it twice! I promise to notice it the first time you mention it, if you will promise to make sure that you haven't made a typographical error, ok?"