I am experiencing a really confusing situation.
My MATA code is very short like below:
It is hard to think that the code returns an error because the code is extremely simple.
But, that returns an error "nothing found where '(' expected"
I cannot come up with the cause and solution.
My MATA code is very short like below:
Code:
mata: pointer(real matrix) colvector mypoint
But, that returns an error "nothing found where '(' expected"
I cannot come up with the cause and solution.
Comment