I rarely use Mata, so this is my first ever post in this forum.
heckprobit.ado includes the lines
`vv' mata: heckprob_init("inits","`seldep'", ///
"`depvar'","`touse'")
Assuming it can be done, I would like to see the code for heckprob_init. How do I do that? I assume it would be part of a file with a .mata extension, but there seem to be zillions of those.
heckprobit.ado includes the lines
`vv' mata: heckprob_init("inits","`seldep'", ///
"`depvar'","`touse'")
Assuming it can be done, I would like to see the code for heckprob_init. How do I do that? I assume it would be part of a file with a .mata extension, but there seem to be zillions of those.
Comment