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.
Friday, October 2, 2020
estat and fitstat show different BIC
I want to get the AIC and BIC after fitting a model, but recently I found that estat and fitstat show very different results for BIC, see the log file below:
Code:
sysuse auto.dta, clear
qui reg price weight length
fitstat
qui reg price weight length
estat ic
No comments:
Post a Comment