Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: how to change specific string variable into date variable?


From   [email protected]
To   statalist<[email protected]>
Subject   st: how to change specific string variable into date variable?
Date   Wed, 12 Aug 2009 01:45:35 +0800

Dear statalists,

Something wrong happened when changing the string variable into date variable.

 clear
input country:mylabel /* 
 */ str10 date, auto 
Argentina   "199001"
Argentina   "199001"
Argentina   "199001"
Argentina   "199002"
Argentina   "199003"
Argentina   "199004"
Argentina   "199004"
Argentina   "199004"
Argentina   "199004"
Argentina   "199101"
Argentina   "199101"
Argentina   "200803"
Argentina   "200804"
Argentina   "200804"
Brazil      "199001"
Brazil      "199002"
Brazil      "199002"
Brazil      "199003"
Brazil      "199003"
Brazil      "199003"
Brazil      "199003"
end
g date2=monthly(date,"YM")

The result showed "21 missing values generated"

Anything wrong? How to correct it ?

Thank you for any help!

Best regards,
Rose.


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   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