I am doing this regression:
As ldiffGDP, ldiffprodindex and ldiffjobclaim are at non-daily intervals, this will really limit how many observations my regression can do. Is there anything I can do here as I need to control for macro variables? I was thinking of adding in the same value for each interval (e.g. the entire month is the same GDP), but not sure how this would affect my regression?
Code:
reg lretFTSE100 UKIS EPU ldiffGDP ldiffprodindex ldiffjobclaim L1.lretFTSE100 L2.lretFTSE100 L3.lretFTSE > 100 L4.lretFTSE100 L5.lretFTSE100 no observations r(2000);

Comment