Hello,
I encountered the following problem:
Out of 2 existing variables( a date and a variable consisting of numbers and letters) stored as str6 (format: %9s) and long (format: %tdDDNNCCYY) I need to create an identifier by combining these 2 variables.
egen ident =concat(date var2)
yields this error code: factor variables and time-series variables not allowed.
Thanks a lot in advance!
I encountered the following problem:
Out of 2 existing variables( a date and a variable consisting of numbers and letters) stored as str6 (format: %9s) and long (format: %tdDDNNCCYY) I need to create an identifier by combining these 2 variables.
egen ident =concat(date var2)
yields this error code: factor variables and time-series variables not allowed.
Thanks a lot in advance!
Comment