hello
i have variable for time like this :
Day (variable name)
2011/12/01
2011/12/02
2011/12/03
.
.
2019/01/29
i want to convert this string variable to time for xtset
so, i did typing
gen Day2 = date(Day,"ymd")
but, i can't get any values
only get " . " in all cellArray
what is problem?
Related Posts with why i can't convert from yyyy/mm/dd to time
r(608) error in loopHi! I'm trying to create groups in my data: for every year and district I create a group that inclu…
Comparing IV Coefficients for Two GroupsHi, I am trying to determine whether there is a statistically significant difference between a singl…
how to custom plot axis with different scaling?Is there any option with Stata that can achieve the same goal as this in R: labels = function(y) {pa…
[Panel Data] How can I study the way a variable in the past affected the drop in a different variable in the future.All the values that I have for the variable bondratio (amount of company debt that is in the form of…
Importing/Reformatting Data by IDHi Everyone, I'm trying to merge about a dozen different lists that use the same ID scheme but are …
Subscribe to:
Post Comments (Atom)
0 Response to why i can't convert from yyyy/mm/dd to time
Post a Comment