Announcement

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

  • test commands in Stata

    Trying to insert a Stata command:

    [CODE]
    [. regress x1 x2 x3

    Source | SS df MS Number of obs = 50000
    -------------+------------------------------ F( 2, 49997) = 0.65
    Model | .109021948 2 .054510974 Prob > F = 0.5206
    Residual | 4175.48235 49997 .083514658 R-squared = 0.0000
    -------------+------------------------------ Adj R-squared = -0.0000
    Total | 4175.59138 49999 .083513498 Root MSE = .28899

    ------------------------------------------------------------------------------
    x1 | Coef. Std. Err. t P>|t| [95% Conf. Interval]
    -------------+----------------------------------------------------------------
    x2 | -.0007275 .0044695 -0.16 0.871 -.0094878 .0080329
    x3 | -.0050672 .0044846 -1.13 0.259 -.013857 .0037227
    _cons | .5016105 .0034077 147.20 0.000 .4949314 .5082896
    ------------------------------------------------------------------------------

    /CODE]

    Now checking
    Best regards,

    Marcos

  • #2
    checking again:
    Code:
    . regress x1 x2 x3
    Best regards,

    Marcos

    Comment


    • #3
      checking with commands and output:
      [CODEregress x1 x2 x3

      Source | SS df MS Number of obs = 50000
      -------------+------------------------------ F( 2, 49997) = 0.65
      Model | .109021948 2 .054510974 Prob > F = 0.5206
      Residual | 4175.48235 49997 .083514658 R-squared = 0.0000
      -------------+------------------------------ Adj R-squared = -0.0000
      Total | 4175.59138 49999 .083513498 Root MSE = .28899

      ------------------------------------------------------------------------------
      x1 | Coef. Std. Err. t P>|t| [95% Conf. Interval]
      -------------+----------------------------------------------------------------
      x2 | -.0007275 .0044695 -0.16 0.871 -.0094878 .0080329
      x3 | -.0050672 .0044846 -1.13 0.259 -.013857 .0037227
      _cons | .5016105 .0034077 147.20 0.000 .4949314 .5082896
      ------------------------------------------------------------------------------
      ][/CODE]
      Best regards,

      Marcos

      Comment


      • #4
        again
        Code:
        regress x1 x2 x3
        
              Source |       SS       df       MS              Number of obs =   50000
        -------------+------------------------------           F(  2, 49997) =    0.65
               Model |  .109021948     2  .054510974           Prob > F      =  0.5206
            Residual |  4175.48235 49997  .083514658           R-squared     =  0.0000
        -------------+------------------------------           Adj R-squared = -0.0000
               Total |  4175.59138 49999  .083513498           Root MSE      =  .28899
        
        ------------------------------------------------------------------------------
                  x1 |      Coef.   Std. Err.      t    P>|t|     [95% Conf. Interval]
        -------------+----------------------------------------------------------------
                  x2 |  -.0007275   .0044695    -0.16   0.871    -.0094878    .0080329
                  x3 |  -.0050672   .0044846    -1.13   0.259     -.013857    .0037227
               _cons |   .5016105   .0034077   147.20   0.000     .4949314    .5082896
        ------------------------------------------------------------------------------
        Best regards,

        Marcos

        Comment


        • #5
          Checking letters and collor and fonts and sizes
          Best regards,

          Marcos

          Comment


          • #6
            inserting a link

            https://www.google.com.br/search?q=g...m=122&ie=UTF-8
            Best regards,

            Marcos

            Comment


            • #7
              Inserting a table
              Best regards,

              Marcos

              Comment


              • #8
                trying to insert a spreadsheet from Stata

                id rg age
                12 23 34
                32 45 67
                34 45 67
                Best regards,

                Marcos

                Comment


                • #9
                  trying to insert a figure, copied by printscreen

                  Best regards,

                  Marcos

                  Comment

                  Working...
                  X