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: RE: RE: Saving variable order to dofile


From   "Dudekula, Anwar" <[email protected]>
To   "[email protected]" <[email protected]>
Subject   RE: st: RE: RE: Saving variable order to dofile
Date   Wed, 28 Nov 2012 23:15:31 +0000

thank you nick, phil and Ben very much .
Yours Sincerely,
Anwar
________________________________________
From: [email protected] [[email protected]] on behalf of Phil Clayton [[email protected]]
Sent: Wednesday, November 28, 2012 6:12 PM
To: [email protected]
Subject: Re: st: RE: RE: Saving variable order  to dofile

You can also use the -ds- command, for example:

sysuse auto, clear
order foreign weight length
ds // display list of variables and return the list in r(varlist)
local order `r(varlist)' // store the list in local macro order

* now re-open the dataset and reproduce the order we created earlier
sysuse auto, clear
order `order'

Phil

On 29/11/2012, at 9:33 AM, "Dudekula, Anwar" <[email protected]> wrote:

> Thank you Ben
>
> Yours Sincerely,
> Anwar
> ________________________________________
> From: [email protected] [[email protected]] on behalf of Ben Hoen [[email protected]]
> Sent: Wednesday, November 28, 2012 5:51 PM
> To: [email protected]
> Subject: st: RE: Saving variable order  to dofile
>
> One easy way would be to use variable manager to select all and copy names
> to a var list.  See e.g.,
> http://www.stata.com/capabilities/overview/variables-manager/
>
> Then you could past the names after . order
>
> See . help order
>
> Ben
>
> Ben Hoen
> LBNL
> Office: 845-758-1896
> Cell: 718-812-7589
>
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Dudekula, Anwar
> Sent: Wednesday, November 28, 2012 5:36 PM
> To: [email protected]
> Subject: st: Saving variable order to dofile
>
> Hi ,
> I  am working with a large dataset with multiple variables and in the midst
> of analysis.I have aranged variables in specific manner . Is there a way to
> copy present order of variables to dofile without having to save the stata
> datafiles as I dont want to loose data Thanks a lot for your time
> Yours Sincerely,
> Anwar
> *
> *   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/
>
> *
> *   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/
>
>
> *
> *   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/


*
*   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/


*
*   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