Hi all,
I am trying to put the day, month and year columns in one column.
So the format is as follows:
day = 1
month = 1
year = 1992
My command is:
gen interview = day, month, year (doesn't work)
gen interview = day/month/year (the variable is in 0.0000939 format)
What could possibly be the reason? Does the type (byte, float, int, double) of the (day, month, year) matter? Do I need to change the format of the day, month, year? Any help will be greatly appreciated.
Related Posts with DATE ***Please help***
Calculating Standard Deviation with RangestatHey all, I have the following problem. I would like to calculate rolling standard deviation of the …
grc1leg; how to control legend text and marker sizeDear listers I would like to use the grc1leg to produce a figure, housing multiple plots but with on…
Working on Nested LoopMy data is stored in a panel data format. I want to estimate the ARDL model that accommodates one st…
Combining observations into oneI´m working on a data which has registered repeated observations because there are some observations…
Coefs. not Signif. but Improving Moment Conditions | xtdpdgmmHi, I'm currently modeling the public-private wage gap in Brazil. The work revolves around estimati…
Subscribe to:
Post Comments (Atom)
0 Response to DATE ***Please help***
Post a Comment