Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: st: Execute Stata ADO code
From
"Radwin, David" <[email protected]>
To
<[email protected]>
Subject
RE: st: Execute Stata ADO code
Date
Wed, 8 Jan 2014 20:23:15 -0500
Can you just save the modified program under a different name, e.g. sroot2.ado, in your personal directory?
David
--
David Radwin, Senior Research Associate
Education and Workforce Development
RTI International
2150 Shattuck Ave. Suite 800, Berkeley, CA 94704
Phone: 510-665-8274
www.rti.org/education
> -----Original Message-----
> From: [email protected] [mailto:owner-
> [email protected]] On Behalf Of Richard Williams
> Sent: Wednesday, January 08, 2014 5:13 PM
> To: [email protected]; [email protected]
> Subject: Re: st: Execute Stata ADO code
>
> 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.ado
> >
> >Any 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/