Dear Stata users,
I would like to know your idea on something strange to me. I'm appending some dataset (in order to create one big dataset), and after have harmonized the variables I'm interested in, I used the command "append using" for each of my dataset I want to append. Everything works, and in the end I obtain my big dataset.
What i did not really get is why, in appending one of my dataset, Stata shows a message (not in red, so not an error which compromises the process) that states "var A was int now float": what does it mean? It happens only in one of the dataset that I appended, even if I coded and treated the variables exactly in the same way in all of them. Is it something whose I should be worried?
Thanks a lot, G.
I would like to know your idea on something strange to me. I'm appending some dataset (in order to create one big dataset), and after have harmonized the variables I'm interested in, I used the command "append using" for each of my dataset I want to append. Everything works, and in the end I obtain my big dataset.
What i did not really get is why, in appending one of my dataset, Stata shows a message (not in red, so not an error which compromises the process) that states "var A was int now float": what does it mean? It happens only in one of the dataset that I appended, even if I coded and treated the variables exactly in the same way in all of them. Is it something whose I should be worried?
Thanks a lot, G.
Comment