Hi,
I want to create a new variable as an interaction between 2 variables - EFindex (continuous variable) and Dem_Acemoglu_new5 (binary variable). I ran:
gen frac_dem1 = c.EFindex##i.Dem_Acemoglu_new5
and got the following error:
invalid matrix stripe;
c.EFindex##i.Dem_Acemoglu_new5
r(198);
Could someone please clarify? Thank you!
I want to create a new variable as an interaction between 2 variables - EFindex (continuous variable) and Dem_Acemoglu_new5 (binary variable). I ran:
gen frac_dem1 = c.EFindex##i.Dem_Acemoglu_new5
and got the following error:
invalid matrix stripe;
c.EFindex##i.Dem_Acemoglu_new5
r(198);
Could someone please clarify? Thank you!
Comment