Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Variable format


From   "Sergiy Radyakin" <[email protected]>
To   [email protected]
Subject   Re: st: Variable format
Date   Thu, 5 Jun 2008 14:23:05 -0400

Try this

g continents=real(nato)
replace continents=1 if nato=="42"

Sergiy

On 6/5/08, Cinzia Rienzo <[email protected]> wrote:
> Dear Statlisters,
>
> i wonder if you could help to solve this:
>
> I am generating a new variable but STATA does not allow me to do that i
> think becasue of the format of the variable "nato":
>
> g continents= nato
> replace continents=1 if nato==42
> type mismatch
>
>
> format  nato if year==1994
>
>  variable name  display format
>  -----------------------------
>  nato          %9s
>  -----------------------------
>
> while i suspect the format should be  %8g? Correct?
>
> I would appreciate any suggestions/help.
>
> Best
>
> Cinzia
>
> *
> *   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