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

st: Re:


From   [email protected]
To   [email protected]
Subject   st: Re:
Date   Fri, 2 Sep 2005 08:57:57 -0700 (PDT)

Stata commands tend (always?) to be lowercase.  Try
reshape wide x i(id) j(rate)
And I'm not sure about v.6, but you may have to include a comma after
wide, e.g.
reshape wide, i(id) j(rate)
Good luck,
Clint


> Hello, I tried Stephen Bradleys command, to transpose data but got this
> error.
>
> Reshape wide x i(id) j(rate)
> reshape already defined
> (error occurred while loading Reshape.ado)
> r(110);
>
> Can someone explain? I am a new user and using version 6
>
> Thanks
>
> Jeff
>
>
> *
> *   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