Hello all,
I am working with a large data set, I got readings every 10 seconds from the equipment. I am trying to remove the seconds from time and the letters PM/AM. I am using the following code but I am getting missing vales. Any suggestion will be greatly appreciated.
generate gassample_time = clock(var_time, "hm")
I am working with a large data set, I got readings every 10 seconds from the equipment. I am trying to remove the seconds from time and the letters PM/AM. I am using the following code but I am getting missing vales. Any suggestion will be greatly appreciated.
generate gassample_time = clock(var_time, "hm")
Comment