Announcement

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

  • test (please ignore)

    Code:
        Variable |        Obs        Mean    Std. dev.       Min        Max
    -------------+---------------------------------------------------------
            Date |        172    17942.56     1515.67      15341      20545
             CA3 |        172    1.844331    1.273969       .207      4.547
             CA6 |        172    1.890645     1.30138       .254      4.659
            CA12 |        172    2.023023    1.306562       .409      4.772
            CA24 |        172    2.223186    1.264375       .394      4.623
    -------------+---------------------------------------------------------
            CA36 |        172     2.40618    1.282994       .386      5.051
            CA48 |        172    2.453215    1.284563       .472      5.049
            CA60 |        172    2.767157    1.254694       .604      5.283
            CA72 |        172    3.025302     1.24506       .856      5.584
           CA120 |        172     3.35314    1.197232      1.191      5.787
    -------------+---------------------------------------------------------
           CA240 |        172    3.811762    1.112941      1.769      6.059
           CA360 |        172    3.815401    1.098029      1.834      5.977
    Code:
                 |     Date      CA3      CA6     CA12     CA24     CA36     CA48
    -------------+---------------------------------------------------------------
            Date |   1.0000
             CA3 |  -0.7122   1.0000
             CA6 |  -0.7311   0.9653   1.0000
            CA12 |  -0.7609   0.9647   0.9908   1.0000
            CA24 |  -0.8476   0.9430   0.9385   0.9605   1.0000
            CA36 |  -0.8875   0.9022   0.9004   0.9283   0.9913   1.0000
            CA48 |  -0.9301   0.8059   0.8403   0.8576   0.8989   0.9189   1.0000
            CA60 |  -0.9285   0.8319   0.8371   0.8709   0.9580   0.9836   0.9274
            CA72 |  -0.9479   0.7892   0.7952   0.8308   0.9299   0.9641   0.9256
           CA120 |  -0.9570   0.7299   0.7373   0.7755   0.8871   0.9316   0.9101
           CA240 |  -0.9618   0.6478   0.6543   0.6956   0.8222   0.8778   0.8813
           CA360 |  -0.9622   0.6460   0.6546   0.6946   0.8178   0.8729   0.8784
    
                 |     CA60     CA72    CA120    CA240    CA360
    -------------+---------------------------------------------
            CA60 |   1.0000
            CA72 |   0.9947   1.0000
           CA120 |   0.9788   0.9937   1.0000
           CA240 |   0.9420   0.9690   0.9893   1.0000
           CA360 |   0.9381   0.9665   0.9876   0.9987   1.0000


  • #2
    Code:
    . summ steep_load cur_load
    
        Variable |        Obs        Mean    Std. dev.       Min        Max
    -------------+---------------------------------------------------------
      steep_load |      1,892    .4052829    .2902129   .0456121   .9139681
        cur_load |      1,892    .1830321    .0876302   .0456121   .2936789
    
    . cor steep_load cur_load
    (obs=1,892)
    
                 | steep_~d cur_load
    -------------+------------------
      steep_load |   1.0000
        cur_load |   0.1368   1.0000

    Comment


    • #3
      Code:
          Variable |        Obs        Mean    Std. dev.       Min        Max
      -------------+---------------------------------------------------------
      _b_steep_l~d |        172   -2.095704    1.231194  -4.698859   .4369179
       _b_cur_load |        172   -2.790736     1.31717  -4.896545   1.801425
           _b_cons |        172     4.05227    1.138268   2.001724   6.195412

      Comment


      • #4
        Code:
            Variable |        Obs        Mean    Std. dev.       Min        Max
        -------------+---------------------------------------------------------
            em_level |        172    2.473552    1.183449   .7033333      4.568
            em_steep |        172   -1.508808    .9110263     -3.439       .271
              em_cur |        172   -.7510988    .4797877     -1.796       .796
        Code:
                     | em_level em_steep   em_cur  _b_cons _b_cur~d _b_ste~d
        -------------+------------------------------------------------------
            em_level |   1.0000
            em_steep |   0.1130   1.0000
              em_cur |   0.4557   0.3714   1.0000
             _b_cons |   0.8004  -0.4763   0.0435   1.0000
         _b_cur_load |   0.6720   0.2305   0.8436   0.3285   1.0000
        _b_steep_l~d |   0.1712   0.9769   0.4662  -0.4354   0.3215   1.0000

        Comment


        • #5
          Do you know that in the Statalist forum there is a sandbox for trying out formatting messages?

          Comment


          • #6
            Ok perfect thanks !

            Comment

            Working...
            X