Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit incorporates several developments into spreg. Main changes: - Refactoring of the output. The way the results from the models are printed to the users has been completely refactored. The new function is simpler and generic. It is based on pandas to create an 'output' attribute to the regression object that contains the most important information on the estimates from the model. - Addition of slx_lags to all cross-section models. An attribute slx_lags was added to all cross-section models to allow for the direct estimation of SLX models. - Creation of wrapper functions for the error models. Both error_sp and error_sp_regimes now have wrapper functions that allow for easy estimation of error models based on the kp98, hom or het estimators. The wrapper functions also allow specifications with extra endogenous variables or spatial lag of the dependent variable. - Several minor updates of fixes were also developed in this commit. Despite the major changes, this commit does not break any previous code. This update was developed in a private branch by Luc Anselin and Pedro Amaral.
- Loading branch information