I am trying to run jobs on my institution's server (Windows; Stata 13). I not have write-access to many directories. I need to be able to access Ben Jann's -moremata- package (on SSC). I have used the -ssc copy- facility to copy the following files to my current working directory on the server
Following Bill Goul's advice in http://www.stata.com/statalist/archi.../msg00836.html, I have also done the following but, as you'll see, it appears that Stata still can't find one of the components of the package
Advice please about how to make the functions in -moremata- accessible to my program. thanks.
Code:
. dir *mlib 0.3k 12/24/15 19:09 lmoremata.mlib 0.0k 12/24/15 19:09 lmoremata10.mlib
Code:
. mata ------------------------------------------------- mata (type end to exit) ------- : mata mlib index .mlib libraries to be searched are now lmatabase;lmatasem;lmatapss;lmatapath;lmataopt;lmatagsem;lmatafc;lmataado;lmo > remata;lmoremata10 : end --------------------------------------------------------------------------------- . mata: mata mlib query .mlib libraries to be searched are lmatabase;lmatasem;lmatapss;lmatapath;lmataopt;lmatagsem;lmatafc;lmataado;lmo > remata;lmoremata10 . mata: mata which mm_colvar() function mm_colvar() not found r(111);
Comment