Hi all,
I have a balanced panel from Apr2021 to June2022 in hourly data.
xtset token_id date
Token_id can have three different values (1,2,3) and date is just the date from nov to juli in hours. I have to do a fixed effects regression and also check for heteroscedasticity but I am not sure how.
my current regression:
xtreg rel_pd abs_future_return abs_underlying_return volume_underlying volume_perp future_spread_CS vcrix, fe vce(robust)

I am pretty sure that the std error are not right. I already researched and found "A Practitioner’s Guide to Cluster-Robust Inference" from Cameron and Miller but could not quite grasp what I have to do precisely.
Thanks in advance!
I have a balanced panel from Apr2021 to June2022 in hourly data.
xtset token_id date
Token_id can have three different values (1,2,3) and date is just the date from nov to juli in hours. I have to do a fixed effects regression and also check for heteroscedasticity but I am not sure how.
my current regression:
xtreg rel_pd abs_future_return abs_underlying_return volume_underlying volume_perp future_spread_CS vcrix, fe vce(robust)
I am pretty sure that the std error are not right. I already researched and found "A Practitioner’s Guide to Cluster-Robust Inference" from Cameron and Miller but could not quite grasp what I have to do precisely.
Thanks in advance!

Comment