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.
Wednesday, October 28, 2020
Looking for a way to save sums and load into a table similar to estimate table
I apologize if this has been asked before, but I looked around and couldn't find an answer.
For a regression you can do
Code:
//Regression #1
regress y x
estimates store reg1
//Regression #2
regress y x2 x3 x4
estimates store reg2
...
estimates table reg1 reg2...
Can you do something to get a similar aggregate table of sum ouputs?
No comments:
Post a Comment