Hi everyone,
I am working with some Mata code, and as the title says, Mata's inv() and vecdiag() functions are not working for me. If I do:
I get a "function ... not found r(111)" error. If I try the same with other functions that start with the same letter, like invsym() or vec(), I don't get any sort of error, and I can use them normally.
Any idea of what could be happening here? This happened originally in StataNow/MP 19.5 in Windows 11 64-bit. I also tested this in fresh re-install of StataNow/MP 19.5 (revision 08 Apr 2025), without a "profile.do" file or any user-written commands installed. I did the same with fresh installation of Stata/MP 18 (revision 15 May 2023), but these functions were not found in any of the 3 versions.
I am working with some Mata code, and as the title says, Mata's inv() and vecdiag() functions are not working for me. If I do:
Code:
mata: mata which inv() mata: mata which vecdiag()
Any idea of what could be happening here? This happened originally in StataNow/MP 19.5 in Windows 11 64-bit. I also tested this in fresh re-install of StataNow/MP 19.5 (revision 08 Apr 2025), without a "profile.do" file or any user-written commands installed. I did the same with fresh installation of Stata/MP 18 (revision 15 May 2023), but these functions were not found in any of the 3 versions.
Comment