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.
Saturday, January 30, 2021
Tobit regression with "outreg2" output?
Dear All, I run this Tobit model
Code:
sysuse auto, clear
gen wgt=weight/1000
// Censored from below
tobit mpg wgt foreign, ll(17)
outreg2 using "tobit", word excel dec(4) replace
and use (ssc install) "outreg2" command to collect the output, which isArray .
I wonder if the content in red/green areas can be removed. Any suggestions are appreciated.
No comments:
Post a Comment