Hello!
At present, I am constructing a panel data set by appending a number of cross-sectional data sets. The cross-section identifiers here are Family identifiers. In some of the data sets, the family identifier (all numbers, no letters) is saved as a numeric variable, while in others, it is saved as a string variable. While I know I can destring or tostring these variables so there is no mismatch, I am not sure whether they should all be converted into strings or into numeric.
What format should the identifiers be saved in for a panel data analysis?
Thanks!
At present, I am constructing a panel data set by appending a number of cross-sectional data sets. The cross-section identifiers here are Family identifiers. In some of the data sets, the family identifier (all numbers, no letters) is saved as a numeric variable, while in others, it is saved as a string variable. While I know I can destring or tostring these variables so there is no mismatch, I am not sure whether they should all be converted into strings or into numeric.
What format should the identifiers be saved in for a panel data analysis?
Thanks!
Comment