I just tried to run ipdmetan and got a response:
Iterative tau-squared calculations require the Mata functions mm_root() from moremata
Type ssc install moremata to install it
Error in admetan.MainRoutine
r(499);
end of do-file
When I followed this instruction I got the following response:
. ssc install moremata, replace
web error 408
http://fmwww.bc.edu/repec/bocode/m/ either
1) is not a valid URL, or
2) could not be contacted, or
3) is not a Stata download site (has no stata.toc file).
r(679);
Does anyone know a way around this problem so that I can run my ipdmetan code?
Thank you.
Iterative tau-squared calculations require the Mata functions mm_root() from moremata
Type ssc install moremata to install it
Error in admetan.MainRoutine
r(499);
end of do-file
When I followed this instruction I got the following response:
. ssc install moremata, replace
web error 408
http://fmwww.bc.edu/repec/bocode/m/ either
1) is not a valid URL, or
2) could not be contacted, or
3) is not a Stata download site (has no stata.toc file).
r(679);
Does anyone know a way around this problem so that I can run my ipdmetan code?
Thank you.
Comment