[Mac, like Stata, is not an acronym. MAC, as in MAC address, is an
acronym referring to the unique address possessed by every Ethernet
device in the world: Media Access Control]
Fred said
I am slowly migrating most of my Stata work from the PC to the MAC to
make use of the MAC's MP and speed (and future 64 bits).
I ran into a problem on the MAC with the following code that runs OK
on the PC.
...
st_kdens(): 3499 mm_ipolate() not found
<istmt>: - function returned error
r(3499);
end of do-file
r(3499);
. kdens age
st_kdens(): 3499 mm_ipolate() not found
<istmt>: - function returned error
Try
mata: mata mlib index
to ensure that you are accessing up-to-date versions of the Mata
library in which this function resides.