                            OLS Regression Results                            
==============================================================================
Dep. Variable:                      y   R-squared:                       0.106
Model:                            OLS   Adj. R-squared:                 -0.093
Method:                 Least Squares   F-statistic:                    0.5329
Date:                Sun, 03 Sep 2023   Prob (F-statistic):              0.604
Time:                        16:14:45   Log-Likelihood:                -39.565
No. Observations:                  12   AIC:                             85.13
Df Residuals:                       9   BIC:                             86.58
Df Model:                           2                                         
Covariance Type:            nonrobust                                         
==============================================================================
                 coef    std err          t      P>|t|      [0.025      0.975]
------------------------------------------------------------------------------
x1            -0.0343      0.334     -0.103      0.921      -0.791       0.722
x2            -0.1368      0.133     -1.030      0.330      -0.437       0.164
const         50.6145     59.976      0.844      0.421     -85.060     186.289
==============================================================================
Omnibus:                        1.535   Durbin-Watson:                   1.983
Prob(Omnibus):                  0.464   Jarque-Bera (JB):                0.955
Skew:                          -0.372   Prob(JB):                        0.620
Kurtosis:                       1.835   Cond. No.                     5.31e+03
==============================================================================

Notes:
[1] Standard Errors assume that the covariance matrix of the errors is correctly specified.
[2] The condition number is large, 5.31e+03. This might indicate that there are
strong multicollinearity or other numerical problems.