Advanced Analytics
Linear Regression Lab
Build, test, and validate custom OLS models on the monthly modeling dataset. Select a target (Y) and predictors (X), then review inference, diagnostics, and interpretation generated by the backend regression engine.
Notes: Results describe statistical associations, not causality. For time-series data, autocorrelation and heteroskedasticity are common—use robust/HAC inference when diagnostics suggest it.
Dependent variable you want to explain or forecast.
Independent variables used to explain the target.
Advanced
Select the regression family to run. Additional models will appear here as they are implemented.
Adjusts p-values and confidence intervals to be robust against data violations.
Executes OLS on the cleaned sample (listwise deletion of missing/inf values). Results include inference, diagnostic tests, and interpretation.
Ready to Analyze
Choose a target (Y) and predictors (X), then run the model. You’ll get robust inference, diagnostics, plots, coefficient tables, VIF, and ANOVA.
Regression Analysis
The model has been fitted. Review the drivers below.