Skip to main content

Run Preliminary Econometrics Models

Econometrics helps users run preliminary models directly in Ecodata. The goal is quick screening before exporting data for deeper analysis.

Implemented Models

GroupModels
RegressionOLS, GLS, WLS
PanelFixed Effects, Random Effects
Time seriesVAR, ARIMA
Discrete choiceLogit, Probit

Workflow

  1. Open Econometrics.
  2. Choose a model category.
  3. Select the model.
  4. Select the dependent indicator.
  5. Select independent indicators from /api/indicators.
  6. Choose year range.
  7. Add custom variables if needed.
  8. Run the analysis.
  9. Review coefficients, standard errors, t-statistics, p-values, model fit, and interpretation.

Choosing Model Indicators

ComponentExamples
Dependent variableGDP growth, poverty rate, export value, stock return.
Main explanatory variableFDI, PCI, tariff, education, investment.
ControlsPopulation, labor force, CPI, sector structure, year.
Time rangeChoose a period with enough observations for the model.

Citation Style

The module supports citation styles such as APA 7, Chicago 17, Harvard 2008, IEEE 2008, and MLA 7. Keep indicator citations together with exported data and metadata.

Limits

Econometrics is suitable for quick checks. For academic or official reports, export the data and re-test it in R, Python, Stata, or another specialized environment. For panel models, verify entity keys, time indexes, missing values, and aggregation before interpreting results.

Combining With AI Chat

AI Chat can help choose a model, explain coefficients, remind users to check multicollinearity, missing data, stationarity, lag structure, or suggest alternate indicators when coverage is insufficient.