Code:
reg y x1##x2##x3
Code:
local xvars="x1 x2 x3"
Code:
reg y (`xvars')##(`xvars')
If not I might put this on the v.17 Wishlist. It would seem an easy thing to implement, e.g. something along the lines of
Code:
reg y ##(`xvars')
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
reg y x1##x2##x3
local xvars="x1 x2 x3"
reg y (`xvars')##(`xvars')
reg y ##(`xvars')
0 Response to Factorial interactions and varlists
Post a Comment