Bookmark and Share

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: dropvars.ado


From   Austin Nichols <[email protected]>
To   [email protected]
Subject   Re: st: dropvars.ado
Date   Tue, 15 Jan 2013 16:49:02 -0500

Dimitriy V. Masterov <[email protected]>:
The abstract at http://ideas.repec.org/c/boc/bocode/sjw4.html implies
the command does:

version 6:for var `varlist': capture drop X

so try

prog dropvars2
syntax [varlist]
version 6
for var `varlist': capture drop X
end


On Tue, Jan 15, 2013 at 4:36 PM, Dimitriy V. Masterov
<[email protected]> wrote:
> Rich,
>
> Unfortunately, I think dropvars.do != dropvars.ado. Dropvars is an
> piece-wise version -capture drop varlist-. The ado file linked from
> http://ideas.repec.org/c/boc/bocode/sjw4.html no longer exists.
>
> DVM
>
> On Tue, Jan 15, 2013 at 1:20 PM, Richard Goldstein
> <[email protected]> wrote:
>> use the -findit- command (e.g., -findit dropvars-)
>>
>> Rich
>>
>> On 1/15/13 4:00 PM, Dimitriy V. Masterov wrote:
>>> Does anyone know where one can find the code for Jeroen Weesie's dropvars?
>>>
>>>
>>> DVM
*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index