譬如,
local yy "lic_int rd_int am_newp por_newp rd_dum" //
local xx "op_out com_hpy tec_lev iso tec_sou add hea_add "
foreach y of varlist `yy' {
foreach x of varlist `xx' {
xi: reg `y' i.`x'*n_tri i.cou i.ind i.year i.own wor sq_wor, robust
est store `y'_`x'
}