Hi everyone,
I work with hourly panel data (format %tc) which can only be stored in double format. However, when I try to run xtdidregress I get the following error:
xtdidregress (consumption) (receivedher) , group(clientid) time(date) vce(cluster clientid)
date: factor variables may not contain noninteger values
r(452);
Any thoughts on how to deal with this?
Best,
Ioannis
I work with hourly panel data (format %tc) which can only be stored in double format. However, when I try to run xtdidregress I get the following error:
xtdidregress (consumption) (receivedher) , group(clientid) time(date) vce(cluster clientid)
date: factor variables may not contain noninteger values
r(452);
Any thoughts on how to deal with this?
Best,
Ioannis
Comment