Hi,
I am trying to ascertain the impact of smart meters on consumer's consumption. The installation was staggered, therefore using the csdid2 command. I have consumption data for all months for 5 FYs (2020-2025). I am running the command on Domestic and Non-Domestic consumers separately. The code looks something like this:
csdid2 billed_units, ivar(consumerid) time(month_year) gvar(treatment)
I am running the command as it is with no covariates. However, I am confused as to which kind of covariates one can control for ? As per my understanding including feeder fixed effects and sanctioned load as controls would be redundant as they are already controlled for in the indiviaual fixed effects. As per my understanding, a covariate which may effect the treatment and the control group differently should be controlled for, but in the absence of such a variable in the dataset, is it okay to run the model as it is without covariates? any suggestions? If I want to look at ATTs feeder wise, then?
Also, I am dropping all consumers which have no billed units observations pre treatment (smart metering) to ensure that we have pre and post observations for each consumer in the dataset before running the model. Correct?
I am trying to ascertain the impact of smart meters on consumer's consumption. The installation was staggered, therefore using the csdid2 command. I have consumption data for all months for 5 FYs (2020-2025). I am running the command on Domestic and Non-Domestic consumers separately. The code looks something like this:
csdid2 billed_units, ivar(consumerid) time(month_year) gvar(treatment)
I am running the command as it is with no covariates. However, I am confused as to which kind of covariates one can control for ? As per my understanding including feeder fixed effects and sanctioned load as controls would be redundant as they are already controlled for in the indiviaual fixed effects. As per my understanding, a covariate which may effect the treatment and the control group differently should be controlled for, but in the absence of such a variable in the dataset, is it okay to run the model as it is without covariates? any suggestions? If I want to look at ATTs feeder wise, then?
Also, I am dropping all consumers which have no billed units observations pre treatment (smart metering) to ensure that we have pre and post observations for each consumer in the dataset before running the model. Correct?

Comment