Hello,
I'm just learning about Mata so I can use it code OPTIMIZE. I'm stuck because I keep getting "unexpected end of file" errors. Any ideas?
Output:
If I put a second "end" at the bottom of the file I get "command end is unrecognized"
Thanks.
I'm just learning about Mata so I can use it code OPTIMIZE. I'm stuck because I keep getting "unexpected end of file" errors. Any ideas?
Code:
program define mata1 clear clear mata mata void myeval(todo,x, y, g, H) { y = x } end
Code:
. mata1 note: argument todo unused note: argument g unused note: argument H unused unexpected end of file (end statement missing)
Thanks.
Comment