Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | Richard Williams <richardwilliams.ndu@gmail.com> |
To | statalist@hsphsun2.harvard.edu, "statalist@hsphsun2.harvard.edu" <statalist@hsphsun2.harvard.edu> |
Subject | Re: st: Execute Stata ADO code |
Date | Wed, 08 Jan 2014 20:13:18 -0500 |
You might wish to see if this advice can be adapted to your situation: http://www3.nd.edu/~rwilliam/statsinfo/ndstata/ndstata.html At 07:56 PM 1/8/2014, Francis, Richard N wrote:
Hi Statalist,I have revised the ADO code for a Stata program located on a network server, but I have no administrative privileges for this server.Is it possible to execute the revised code without reloading the program on the server?Eventually, the program is likely to reload on the server, but it would be convenient to work with the revised code in the interim.If it helps, the first few lines of the code are as follows: *********************************************************************** ** DOMENICO DEPALO - Tor Vergata University, Rome - 25Jan08* * This version: - La Sapienza University, Rome - 14Mar09 *********************************************************************** program define sroot, rclass version 6.0, missing syntax varname(ts) [if] [in] [, TRend noCONstant /**/ Lags(int -1) REGress SEASon(varlist) GENerate(string) RESiduals(string)]if "`generate'" != "" { capture confirm new variable `generate' If no work-around is possible, I understand.BTW, the original code is available at: http://www.stata-journal.com/software/sj9-3/st0172/sroot.adoAny ideas are appreciated! Thank you! Rick Francis * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/
------------------------------------------- Richard Williams, Notre Dame Dept of Sociology OFFICE: (574)631-6668, (574)631-6463 HOME: (574)289-5227 EMAIL: Richard.A.Williams.5@ND.Edu WWW: http://www.nd.edu/~rwilliam * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/