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/