Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Random-Effects Model: Sigma u equals zero, Breusch-Pagan Lagrange Multiplier equals 1

    (This is my first time posting something on StataList, so if my formatting or explanations are wrong or missing elements, please let me know, and I will make any changes accordingly.)
    I am using Stata 15

    I have recently encountered a problem while running my Random-Effects Model.
    I am using an unbalanced Panel Data Set which consists of time-invariant and time-variant variables. The time-invariant variables are cultural dimensions and the time-variant variables are economic, population and infrastructure ones (GDP, Gini coefffient, foreign population etc.) My dependent variable is TTT_tot. My control variables are NE, _ios and _gp.
    I have N=20 groups/observational units in my sample, and T=64.

    I have calculated three models with the following do.file-code:
    Code:
    reg TTT_tot `eco_list' `cul_list' `infr_list' `pop_list' NE _ios _gp, vce(robust)
    xtset CountryCode
    xtreg TTT_tot `eco_list' `cul_list' `infr_list' `pop_list' NE _ios _gp ,fe vce(robust)
    xtreg TTT_tot `eco_list' `cul_list' `infr_list' `pop_list' NE _ios _gp ,re vce(robust)
    I want to compare a standard OLS regression, the Random-Effects Model and a Fixed-Effects model with one another, to be able to compare their standard errors and sigma u and sigma e values. However, I constantly receive a 0 for my sigma u value in my Random-Effects model.

    Code:
    Random-effects GLS regression                   Number of obs     =     11,934
    Group variable: CountryCode                     Number of groups  =         19
    
    R-sq:                                           Obs per group:
         within  = 0.0541                                         min =        594
         between = 1.0000                                         avg =      628.1
         overall = 0.1528                                         max =        630
    
                                                    Wald chi2(13)     =          .
    corr(u_i, X)   = 0 (assumed)                    Prob > chi2       =          .
    
                                                 (Std. Err. adjusted for 19 clusters in CountryCode)
    ------------------------------------------------------------------------------------------------
                                   |               Robust
                           TTT_tot |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
    -------------------------------+----------------------------------------------------------------
                               GDP |   2.53e-06   4.09e-06     0.62   0.536    -5.48e-06    .0000105
                              Gini |  -.0559253   .5105896    -0.11   0.913    -1.056663    .9448119
               net_national_income |   -.001845   .0017765    -1.04   0.299     -.005327    .0016369
            UncertaintyAvoidanceSP |  -2.461559   .2853507    -8.63   0.000    -3.020836   -1.902281
               FutureOrientationSP |  -4.779695    .704769    -6.78   0.000    -6.161016   -3.398373
                   PowerDistanceSP |  -5.717074   .2371044   -24.11   0.000     -6.18179   -5.252358
      CollectivismISPInstitutional |   17.74914     .52927    33.54   0.000     16.71179    18.78649
               HumaneOrientationSP |  -6.138548   .0818562   -74.99   0.000    -6.298983   -5.978113
          PerformanceOrientationSP |  -7.951868   .4913199   -16.18   0.000    -8.914837   -6.988899
        CollectivismIISPIngroupCol |  -1.273744   .7499475    -1.70   0.089    -2.743615    .1961257
            GenderEgalitarianismSP |   .5030384   .5760547     0.87   0.383    -.6260081    1.632085
                   AssertivenessSP |   11.80073   .3703147    31.87   0.000     11.07492    12.52653
            UncertaintyAvoidanceSV |  -9.892615   .6663491   -14.85   0.000    -11.19864   -8.586595
               FutureOrientationSV |   1.941818   .2248855     8.63   0.000     1.501051    2.382586
                   PowerDistanceSV |   11.56595   .7878502    14.68   0.000     10.02179    13.11011
      CollectivismISVInstitutional |   19.87028   .9030751    22.00   0.000     18.10028    21.64027
               HumaneOrientationSV |   8.966052    .961623     9.32   0.000     7.081306     10.8508
          PerformanceOrientationSV |  -2.439227    .112894   -21.61   0.000    -2.660495   -2.217959
        CollectivismIISVIngroupCol |   1.623323   .7085817     2.29   0.022     .2345288    3.012118
            GenderEgalitarianismSV |  -8.887995   .3053794   -29.10   0.000    -9.486528   -8.289462
                   AssertivenessSV |   8.362968    .623689    13.41   0.000      7.14056    9.585376
            Broadband_subscription |   .0118887   .0081043     1.47   0.142    -.0039954    .0277728
    mobile_broadband_subscriptions |  -.0003924   .0004245    -0.92   0.355    -.0012243    .0004396
                         urban_pop |   .5537966   1.768498     0.31   0.754    -2.912395    4.019988
                  new_foreign_pop_ |   .2852685   .9709759     0.29   0.769    -1.617809    2.188346
            new_foreign_pop_growth |  -.0539973   .1212795    -0.45   0.656    -.2917008    .1837061
                      edu_post_sec |   2.001969   1.610598     1.24   0.214    -1.154745    5.158683
                          edu_tert |   .2519419   .7611614     0.33   0.741    -1.239907    1.743791
                                NE |  -6.031001   1.565617    -3.85   0.000    -9.099554   -2.962448
                              _ios |   .0218838   .0709499     0.31   0.758    -.1171756    .1609431
                               _gp |   .0341277   .0900629     0.38   0.705    -.1423923    .2106476
                             _cons |  -102.1462   12.21292    -8.36   0.000    -126.0831   -78.20936
    -------------------------------+----------------------------------------------------------------
                           sigma_u |          0
                           sigma_e |  12.622343
                               rho |          0   (fraction of variance due to u_i)
    ------------------------------------------------------------------------------------------------
    Here we can see the 0 value for sigma_u. Normally this would mean that the RE-model is degenerated. But this seems weird, since the RE model results in more statistically significant results, with better standard errors compared to my OLS regression results.

    I have furthermore conducted a Breusch and Pagan Langrangian Multiplier test to determine whether I can even use a Random-Effects Model. My Prob > chibar2 equals 1, which seems peculiar to me.


    All the best,
    Johanna

  • #2
    Johanna:
    welcome to this forum.
    As per your results, your data do not show evidence of a panel-wise effect: hence, a pooled OLS seems to be the way to go.
    As an aside, with T>N -xtgls- and -xtregar- are better first choices than -xtreg-, which is developed fro N>T panel datasets.
    Kind regards,
    Carlo
    (StataNow 18.5)

    Comment


    • #3
      Hello Carlo,

      thank you very much for the -xtgls- and -xtregar- tip; I was unaware of these commands.

      Am I correct in assuming that the omitted variable bias is causing the predictor variables in the Random-Effects model to be significant? I was very taken aback by my OLS results because the standard errors were very high, and only two variables seemed to be significant. (NE and HumaneOrientationSP)

      Code:
      Linear regression                               Number of obs     =     11,934
                                                      F(31, 11902)      =      85.60
                                                      Prob > F          =     0.0000
                                                      R-squared         =     0.1528
                                                      Root MSE          =     12.622
      
      ------------------------------------------------------------------------------------------------
                                     |               Robust
                             TTT_tot |      Coef.   Std. Err.      t    P>|t|     [95% Conf. Interval]
      -------------------------------+----------------------------------------------------------------
                                 GDP |   2.53e-06   .0001523     0.02   0.987     -.000296    .0003011
                                Gini |  -.0559227   20.14302    -0.00   0.998    -39.53953    39.42768
                 net_national_income |   -.001845   .0458526    -0.04   0.968    -.0917237    .0880336
              UncertaintyAvoidanceSP |  -2.461561    13.0428    -0.19   0.850    -28.02759    23.10447
                 FutureOrientationSP |  -4.779697   12.32305    -0.39   0.698     -28.9349     19.3755
                     PowerDistanceSP |  -5.717071   12.39802    -0.46   0.645    -30.01922    18.58508
        CollectivismISPInstitutional |   17.74914   28.46995     0.62   0.533    -38.05661    73.55489
                 HumaneOrientationSP |  -6.138548   3.369605    -1.82   0.069    -12.74352     .466428
            PerformanceOrientationSP |  -7.951864   18.09111    -0.44   0.660    -43.41339    27.50966
          CollectivismIISPIngroupCol |  -1.273753   38.68263    -0.03   0.974    -77.09802    74.55052
              GenderEgalitarianismSP |   .5030324   23.75272     0.02   0.983    -46.05618    47.06224
                     AssertivenessSP |   11.80073   20.46152     0.58   0.564    -28.30719    51.90864
              UncertaintyAvoidanceSV |  -9.892608   31.95187    -0.31   0.757    -72.52349    52.73827
                 FutureOrientationSV |   1.941816   12.56671     0.15   0.877    -22.69099    26.57462
                     PowerDistanceSV |   11.56594   37.83009     0.31   0.760    -62.58721    85.71909
        CollectivismISVInstitutional |   19.87027   25.36709     0.78   0.433    -29.85336    69.59391
                 HumaneOrientationSV |   8.966041   47.64269     0.19   0.851    -84.42142    102.3535
            PerformanceOrientationSV |  -2.439226   3.979822    -0.61   0.540    -10.24033    5.361875
          CollectivismIISVIngroupCol |   1.623332    35.1112     0.05   0.963    -67.20036    70.44702
              GenderEgalitarianismSV |  -8.887997   14.05754    -0.63   0.527    -36.44307    18.66708
                     AssertivenessSV |   8.362963   22.01375     0.38   0.704    -34.78758     51.5135
              Broadband_subscription |   .0118887   .1881353     0.06   0.950    -.3568871    .3806646
      mobile_broadband_subscriptions |  -.0003924   .0164474    -0.02   0.981    -.0326319    .0318472
                           urban_pop |   .5537761   93.47979     0.01   0.995    -182.6819    183.7894
                    new_foreign_pop_ |   .2852681   41.57342     0.01   0.995    -81.20543    81.77597
              new_foreign_pop_growth |  -.0539973   17.88908    -0.00   0.998    -35.11951    35.01152
                        edu_post_sec |   2.001972   28.58255     0.07   0.944     -54.0245    58.02845
                            edu_tert |   .2519449   27.56745     0.01   0.993    -53.78476    54.28865
                                  NE |  -6.031001   .2315202   -26.05   0.000    -6.484818   -5.577183
                                _ios |   .0218839   5.053843     0.00   0.997    -9.884473    9.928241
                                 _gp |   .0341275   3.927124     0.01   0.993    -7.663677    7.731932
                               _cons |  -102.1461   380.0554    -0.27   0.788    -847.1168    642.8245
      ------------------------------------------------------------------------------------------------
      If I choose the OLS regression over the Random-Effects model, does this mean that there is no large between-entity variation, but instead a within-entity variation? Or can this not be determined?

      Cheers,
      Johanna

      Comment


      • #4
        Johanna:
        as per your pooled OLS output (by the way, thanks for using CODE delimiters right from your first posts) it seems that your data have poor within and between variation.
        That said, what strikes me in reading your pooled OLS outcome is that, despite a significant F test, most of your predictors are not and show very wide 95% CIs. Hence, it may well be that you have a quasi-extreme multicollinearity problem with your predictors.
        Just type -estat vce- and -estat vif- as a postestimation commands and then post what Stata gave you back.
        Kind regards,
        Carlo
        (StataNow 18.5)

        Comment


        • #5
          Hi Carlo,

          Ah, I had not considered that at all. Here are the results I get for

          -estat vce-

          Code:
                  e(V) |        GDP        Gini  net_nati~e  Uncertai~P  FutureOr~P  PowerDis~P 
          -------------+------------------------------------------------------------------------
                   GDP |  2.320e-08                                                             
                  Gini |  .00027198   405.74116                                                 
          net_nation~e | -3.797e-06  -.25248091   .00210246                                     
          Uncertaint~P | -.00064368  -86.914128    .1922646   170.11474                         
          FutureOrie~P |  .00074915  -83.200599  -.14222268   18.312954   151.85768             
          PowerDista~P |  .00003049   78.995857  -.09283216  -150.92071  -41.665307   153.71096 
          C~PInstitu~l |  .00027286   38.822944  -.30227691  -287.94979   34.634281    301.5765 
          HumaneOrie~P | -.00048001  -12.310309   .06809188    19.51243  -9.3071088  -6.1833288 
          Performanc~P | -.00002179    195.5197  -.04882904   -135.0852  -167.48125   130.75978 
          C~PIngroup~l | -.00046988  -264.10066    .4261369    457.3599   164.89627  -465.66479 
          GenderEgal~P | -.00058575  -231.81179   .19110832   245.72438   182.93339  -223.77634 
          Assertiven~P | -.00020689  -70.271146  -.13292975  -135.29955   48.627285   161.89478 
          Uncertaint~V |  .00080285   262.17396  -.36940781  -384.77976  -146.00071   375.08445 
          FutureOrie~V | -.00043347  -61.551191   .15815139   156.57671   16.507071  -148.94475 
          PowerDista~V | -.00008233  -313.23926   .32474356   422.66921   215.12328  -443.29211 
          C~VInstitu~l | -.00010139  -117.58292  -.20278845  -67.637892   185.72645   94.651453 
          HumaneOrie~V | -.00016691  -352.70071   .36455719   532.15844   276.26241  -556.23845 
          Performanc~V |   .0001166   10.706445  -.01566591  -41.294447  -23.597203   38.778838 
          C~VIngroup~l |   .0004998   279.48182  -.37242402  -396.10807  -205.04227   400.08828 
          GenderEgal~V | -.00031251  -14.243574   .17083474   143.33943  -12.459845  -146.93174 
          Assertiven~V | -.00026744  -237.19093   .06707486   174.60174    202.3578  -160.71679 
          Broadband_~n |  4.555e-06   .74777735  -.00245539  -1.7170007  -.61201341   1.5515286 
          mobile_bro~s | -4.123e-07   .08007364  -.00003622  -.08291964  -.04289426   .08302329 
             urban_pop | -.00078724  -626.72059   1.0110686   1068.8767   443.38131  -1104.6834 
          new_foreig~_ |  .00022868  -194.41851  -.33195917  -218.49511   209.62288   258.09077 
          new_foreig~h | -.00012784  -6.3373334   .01367457   .04420445   6.4351813   4.9824162 
          edu_post_sec |  .00017918   248.79997  -.44098038  -209.30181   42.111033   223.56631 
              edu_tert |  -.0017337   218.88826   .03147369  -12.056734  -162.12647   90.199801 
                    NE | -5.672e-08   .00780498   .00003158   .02509522  -.04888796  -.01978243 
                  _ios | -.00003958   3.5957363  -.01753808  -1.9293446   .50327352   .53502543 
                   _gp |  .00012726  -5.7771884  -.05180343  -3.5553305   18.925695   -1.542365 
                 _cons |  .00532594   3733.2219  -1.2190416  -3195.7784  -3602.8056   2990.9188 
          
                  e(V) | C~PInsti~l  HumaneOr~P  Performa~P  C~PIngro~l  GenderEg~P  Assertiv~P 
          -------------+------------------------------------------------------------------------
          C~PInstitu~l |    810.538                                                             
          HumaneOrie~P | -9.0494508   11.354238                                                 
          Performanc~P |  53.367951  -13.005775   327.28812                                     
          C~PIngroup~l | -916.98155   28.946167  -439.77071   1496.3458                         
          GenderEgal~P | -250.75568   28.720415  -397.05718   733.13704   564.19174             
          Assertiven~P |  541.89678   6.9426504   -71.21997  -494.17671  -32.994704    418.6737 
          Uncertaint~V |  676.44381  -35.495197    417.3278  -1213.9461  -662.40589   318.52507 
          FutureOrie~V | -323.56461   13.538137  -97.912085   454.48964   204.34374  -183.46988 
          PowerDista~V | -813.60643   23.342594  -487.20292   1443.8498   748.42993  -415.36578 
          C~VInstitu~l |  520.84349    11.00121  -247.68771  -261.18571   211.37065   441.12083 
          HumaneOrie~V | -1026.5394    31.01323  -608.21397   1818.6315   951.16623  -530.56402 
          Performanc~V |   68.89904   -4.389121   43.569783  -125.98749  -78.117073   35.152843 
          C~VIngroup~l |  700.54629  -31.630256   481.79551  -1325.9514  -732.99499   334.83562 
          GenderEgal~V |  -392.4111   9.0468528  -38.424433   467.02249   138.47981  -260.22599 
          Assertiven~V | -75.634853   21.945403   -392.1982   542.88257   499.77063   80.722741 
          Broadband_~n |  3.1120079  -.13055997   1.4546352  -5.0093918  -3.0486298   1.6528176 
          mobile_bro~s |  .07603848   .00443235   .11356181  -.18222842  -.14331766   .00462642 
             urban_pop | -2194.5748   62.294847  -1055.3904   3601.6532   1760.1144  -1209.9014 
          new_foreig~_ |  1026.5324   4.4154828  -271.78851  -778.02783   115.83129   818.50036 
          new_foreig~h |   21.48727   3.9924108  -8.8666851  -13.555842   16.715712   18.807291 
          edu_post_sec |  518.20963  -12.253227   146.06941  -722.79557  -224.69676   274.12658 
              edu_tert |  121.40148   25.481579   206.24275  -404.53478  -162.63713   63.905936 
                    NE | -.02280617  -.00909466   .02868347  -.00226662   .00380894  -.00777815 
                  _ios |  3.6143685  -.42163585  -1.7135322  -.28201807  -2.7282214   .06239452 
                   _gp |  9.7070915  -1.5679757  -16.664873   10.637027   15.203519   7.1326096 
                 _cons |  2204.9962  -388.38979   6594.5249  -10188.586  -8757.0709  -572.50991 
          
                  e(V) | Uncertai~V  FutureOr~V  PowerDis~V  C~VInsti~l  HumaneOr~V  Performa~V 
          -------------+------------------------------------------------------------------------
          Uncertaint~V |  1020.9219                                                             
          FutureOrie~V | -362.81841   157.92222                                                 
          PowerDista~V | -1184.9441   416.87736   1431.1155                                     
          C~VInstitu~l |  110.54315  -125.06394  -163.02032   643.48925                         
          HumaneOrie~V | -1492.9826    526.3892   1796.3825  -194.84107   2269.8262             
          Performanc~V |   104.5236  -40.697971  -119.96645  -4.7446404  -157.63189   15.838983 
          C~VIngroup~l |  1107.4579  -378.61317  -1313.7935   78.691261  -1657.4198   114.67223 
          GenderEgal~V | -351.49027   159.00553   418.46709   -243.9925   531.66987  -36.141567 
          Assertiven~V | -517.75528   129.72625   591.90575   311.83579   748.42596  -60.024881 
          Broadband_~n |  4.1565165  -1.6203931   -4.600346   .16971037  -6.0167916   .55993069 
          mobile_bro~s |  .15369147  -.06754017  -.17852158  -.04984607  -.21440797   .01494179 
             urban_pop | -2905.6867   1076.6378   3489.7798  -609.77284   4404.0262   -306.3296 
          new_foreig~_ |  466.26551  -315.50119  -606.35452   992.03103  -766.47153   40.592797 
          new_foreig~h |  3.5396988  -1.5094173  -10.541876   36.549245  -13.931136  -.23719753 
          edu_post_sec |  598.15627  -202.17846  -707.92549   381.63478  -850.94198   20.199067 
              edu_tert |  326.79777  -28.629185  -503.87879   57.948455  -608.78633   4.8013147 
                    NE |  .00219109   .01929988  -.01572147  -.04594428  -.01125004   .00688067 
                  _ios |  1.7199175  -2.1003197  -1.1495509   3.9713778  -2.8433435   1.6542973 
                   _gp | -10.801449  -2.7579499   19.164023   20.362163   27.617503  -1.5971712 
                 _cons |  9389.1635  -2573.9981  -10883.616  -4885.0736   -13847.79   1170.5576 
          
                  e(V) | C~VIngro~l  GenderEg~V  Assertiv~V  Broadban~n  mobile_b~s   urban_pop 
          -------------+------------------------------------------------------------------------
          C~VIngroup~l |  1232.7966                                                             
          GenderEgal~V | -371.36871   197.61444                                                 
          Assertiven~V | -590.99886   53.340631   484.60508                                     
          Broadband_~n |  4.4387815  -1.5789742  -2.0400018   .03539488                         
          mobile_bro~s |   .1578345  -.01811534  -.13489661   .00033545   .00027052             
             urban_pop | -3206.9064   1125.6892    1306.056  -12.448755   -.3878426   8738.4711 
          new_foreig~_ |  457.53182  -494.69752   327.65612   2.0855993   -.0447808  -1879.9303 
          new_foreig~h |  5.5445712  -12.966133   14.515668  -.15132818   .00345589  -29.163463 
          edu_post_sec |  622.38038  -263.47152  -142.19385     1.17815   .04627567  -1680.2582 
              edu_tert |  440.83581  -82.176026  -201.71007  -.38234147   -.0236523  -1043.8663 
                    NE | -.00521359   .01706738  -.01702369  -.00023664   8.446e-06  -.03497944 
                  _ios | -1.6492252  -1.1798496  -.73625829  -.07017536   -.0093107   3.8443125 
                   _gp | -19.446006  -3.1826291   20.896639  -.02573119  -.01514518   33.927712 
                 _cons |  10761.871  -1377.0092  -8250.7116   40.642329   2.0985188  -24800.535 
          
                  e(V) | new_fore~_  new_fore~h  edu_post~c    edu_tert          NE        _ios 
          -------------+------------------------------------------------------------------------
          new_foreig~_ |  1728.3496                                                             
          new_foreig~h |  61.024344   320.01912                                                 
          edu_post_sec |  581.92626   32.870994   816.96244                                     
              edu_tert |  62.203394   28.316498   482.82621   759.96436                         
                    NE |  -.0075717   .00114638  -.03758803   .00252884   .05360162             
                  _ios | -2.8195829   3.5825521   12.089659   7.3838151  -.00076577   25.541326 
                   _gp |  25.999358   1.8688588   2.9125542  -31.832458  -.00077678   11.454613 
                 _cons | -4225.3734  -283.45311   2065.4397   3156.6467   .41908709  -.82531093 
          
                  e(V) |        _gp       _cons 
          -------------+------------------------
                   _gp |  15.422304             
                 _cons | -356.92568   144442.11
          and

          -estat vif-
          Code:
             Variable |       VIF       1/VIF  
          -------------+----------------------
          C~PIngroup~l |  63971.26    0.000016
          HumaneOrie~V |  44670.47    0.000022
          Uncertaint~V |  24841.81    0.000040
          PowerDista~V |  22840.05    0.000044
          C~VIngroup~l |  19215.29    0.000052
          C~PInstitu~l |  10764.48    0.000093
          C~VInstitu~l |   9173.60    0.000109
             urban_pop |   6543.26    0.000153
          Assertiven~V |   6148.20    0.000163
          GenderEgal~P |   5360.33    0.000187
          Uncertaint~P |   5138.26    0.000195
          FutureOrie~V |   4414.74    0.000227
          Assertiven~P |   3953.81    0.000253
          Performanc~P |   3526.75    0.000284
          PowerDista~P |   3147.48    0.000318
          FutureOrie~P |   3108.64    0.000322
          GenderEgal~V |   1777.17    0.000563
          edu_post_sec |   1352.32    0.000739
          new_foreig~_ |    768.05    0.001302
          Performanc~V |    736.90    0.001357
              edu_tert |    682.52    0.001465
                   GDP |    283.68    0.003525
          Broadband_~n |    173.03    0.005779
          HumaneOrie~P |    122.46    0.008166
          net_nation~e |    112.73    0.008871
                  Gini |     90.38    0.011064
                  _ios |     58.61    0.017063
                   _gp |     33.44    0.029907
          mobile_bro~s |     14.09    0.070947
          new_foreig~h |      1.25    0.802403
                    NE |      1.00    0.999770
          -------------+----------------------
              Mean VIF |   7839.55
          It seems you are correct in the assumption that I have very high multicollinearity; I will attempt to reduce or consolidate some of my cultural variables, in an attempt to reduce this mulicollinearity. Would you have any other advice for how I should proceed?

          [thank you very much for your insights and knowledge, I have been struggling with these problems for quite some time now]

          Cheers,
          Johanna

          Comment


          • #6
            Johanna:
            the usual advice is to switch to a more parsimonious model, being however careful to give a fair and true view of the data generation process.
            As far as my previous reply is concerned, I shoud have better advised you to take alook at the correlation instead of the covariance matrix, just typing:
            Code:
            estat vce, corr
            instead of:
            Code:
            estat vce
            Kind regards,
            Carlo
            (StataNow 18.5)

            Comment


            • #7
              Carlos:

              Thank you very much for your advice.
              I have now reduced the multicollinearity of my variables by merging my cultural variables (using their “values” and “practices” data) into one, and excluding variables which were strongly correlated with one another (ex: mobile broadband subscriptions and broadband subscriptions).
              My OLS regression results now possess much smaller standard errors and more statistically significant variables.

              I would therefore now close this thread. I am very grateful for you help, and hope this helps others with similar problems as well.

              All the best,
              Johanna

              Comment


              • #8
                Joanna:
                thanks for closing the thread.
                As an aside, please note that the main aim of any regression model is not statistical sigificance of coefficients in itself, but giving a fair and true view of the data generating process.
                Kind regards,
                Carlo
                (StataNow 18.5)

                Comment

                Working...
                X