ieddtab.do: error with "test_matrix" line
Heath1967 opened this issue · 2 comments
I'm working my way through the ieddtab.do file and I get an error when I get to the test_matrix command on line 71:
. test_matrix , rmatrix(result1) row("bp") col("2D") expected_val(-1.649999999999993)
too few ')' or ']'
I've tried multiple fixes, but none seem to work. Any thoughts?
Thanks,
I just now ran exactly this version of the file https://github.com/worldbank/ietoolkit/blob/877d3d69abe9e825654286b61c8b847aedb2fa84/run/ieddtab.do (this is the current version in the main
branch) and the file ran without error.
Which version of the file are you using? Did you make any edits to ieddtab.ado
before running this file? ieddtab.do
(note .ado
vs .do
) is a test file that we use to make sure that when adding new features to the command ieddtab
we do not introduce new errors in some other feature of the command.
Since this is an open source project you are more than welcome to make contributions to the command. But if that is not what you are trying to do, then we might have been ambiguous about what the purpose of the .do
files in the run
folder is.
Thanks,
Thanks! I'll give it another try.