XTGRAPHS
Thursday, October 18, 2012
Tuesday, July 17, 2012
Saturday, July 14, 2012
stata cleaning video
codebook,problems
useful...
and hwo to clean $ or blanks,etc
http://www.youtube.com/watch?v=xyEs2zCgnVg
useful...
and hwo to clean $ or blanks,etc
http://www.youtube.com/watch?v=xyEs2zCgnVg
Tuesday, June 19, 2012
dates and times
useful commands:
1. help dates_and_times
Fro example: You have a date stored in "date", an example being "22/7/2010". In this case, you want to create an SIF(format stata understands) date instead of a datetime. You type
. gen eventdate = date(mystr, "DMY")
and then type so that stata displays the dates in a human readable format.
format eventdate %td
1. help dates_and_times
Fro example: You have a date stored in "date", an example being "22/7/2010". In this case, you want to create an SIF(format stata understands) date instead of a datetime. You type
. gen eventdate = date(mystr, "DMY")
and then type so that stata displays the dates in a human readable format.
format eventdate %td
Subscribe to:
Posts (Atom)