Hi, I am trying to use the domme command, but after testing it out I realized for some reason ustrsplit() is not found under the mata environment.
More specifically, when I tried to work through the following example:
webuse union, clear
domme (union = age grade 1.not_smsa south year), reg(xtlogit union age grade i.not_smsa south year) fitstat(e(), mcf)
This error shows up:
domme_2mata(): 3499 ustrsplit() not found
<istmt>: - function returned error
I've already installed moremata. The installation of the domin package is also the most up-to-date under Stata 15.
Anyone else came across the same problem? And if so how did you go about solving it? Thanks!
More specifically, when I tried to work through the following example:
webuse union, clear
domme (union = age grade 1.not_smsa south year), reg(xtlogit union age grade i.not_smsa south year) fitstat(e(), mcf)
This error shows up:
domme_2mata(): 3499 ustrsplit() not found
<istmt>: - function returned error
I've already installed moremata. The installation of the domin package is also the most up-to-date under Stata 15.
Anyone else came across the same problem? And if so how did you go about solving it? Thanks!
Comment