Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Re: Time taken for reshape command


From   "Subhankar Nayak" <[email protected]>
To   <[email protected]>
Subject   st: Re: Time taken for reshape command
Date   Tue, 18 May 2004 14:52:06 -0400

Thanks Michael and Rafa.
I am able to handle my datasets in a lot more efficient way after splitting
them up and appending them.

Learning the language syntax of stata is taking time because I moved to
stata recently after using other statistical tools for the last many years.

Thanks,

Subhankar Nayak
Assistant Professor (Finance)
DuPree College of Management
Georgia Institute of Technology
Atlanta, GA 30332

----- Original Message ----- 
From: "Michael Blasnik" <[email protected]>
To: <[email protected]>
Sent: Tuesday, May 18, 2004 2:28 PM
Subject: st: Re: Re: Re: Re: RE: Time taken for reshape command


> Just use -append- to append the results together...For example, if you
save
> the reshaped dataset chunks as mylong1, mylong2, mylong3, etc.....then you
> would:
>
> use mylong1
> append using mylong2
> append using mylong3
> etc....
>
> Michael Blasnik
> [email protected]
>
> ----- Original Message ----- 
> From: "Subhankar Nayak" <[email protected]>
> To: <[email protected]>
> Sent: Tuesday, May 18, 2004 12:55 PM
> Subject: st: Re: Re: Re: RE: Time taken for reshape command
>
>
> > Thanks.
> > I tried using "set memory 512M" but it doesn't help.
> > Probably I should change the virtual memory.
> >
> > I will try to split the data set and work on parts.
> > I will split the dataset into 5 chunks based on the ID, but I don't know
> how
> > to merge the 5 chunks back together.
> > (I am relaticvely new to stata and hence still learning all
> > commands/functions)
> >
> > Thanks.
> >
> > Subh Nayak
> >
>
>
> *
> *   For searches and help try:
> *   http://www.stata.com/support/faqs/res/findit.html
> *   http://www.stata.com/support/statalist/faq
> *   http://www.ats.ucla.edu/stat/stata/
>


*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index