|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: Variable format
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/