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
NAs and missing valuesI am a stata novice, using stata for the first time in life. I have multiple variables as strings (…
R script from STATAHello everyone, I am trying to run some R-code through STATA but I am experiencing some issues and …
How to add fixed regressors in NARDL modelHi My questions are on Nonlinear and Asymmetric Autoregressive Distribution Lag Model (NARDL) 1. Ho…
How to do the Interaction plot with continuous variables and constrain other control variables at meanTo whom can solve this problem: Please kindly help! I need to draw an interaction plot figure to se…
Interpreting test results on panel data and how to correctly perform fixed effect regression on panel dataHi members, I have a large set of panel data with information about 166 bonds, containing some of t…
Subscribe to:
Post Comments (Atom)
0 Response to why i can't convert from yyyy/mm/dd to time
Post a Comment