I am trying to convert my data from long to wide. However, I get the error "too many time values".
Code:
reshape wide ActualLF, i(HorseID) j(Time)
Time Variable is in HH:MM:SS format with each HorseID (n=19) allocated to approximately 4 hours of time.
Is this possible to do?
My end goal is to use TramineR in R to visualise data.
Thankyou,
Katrina
0 Response to Long to wide format
Post a Comment