Announcement

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

  • to get away from command ab is unrecognized

    Hi my question is simple, i get command ab is unrecognized how can I get away from this

  • #2
    Can you show exactly what you typed and the resulting error? Copy directly from the results window.

    Comment


    • #3
      The problem is I dont know how to copy results from the result window to the statalist forum

      Comment


      • #4
        Andrew Musau Unless i take a picture as an attachment and send it here which is something thats not wanted here

        Comment


        • #5
          I don't know how else to explain this. Just copy the text you have in the do file/ the text you typed and put it in the code delimiters. So if I wanted to do this, I would just literally first, click the number sign next to the quotation marks, and, with one code on its own line and the last code on another line, I would fill in my code by copying and pasting it.

          Code:
          sysuse auto, clear
          The FAQ explains this. And if all else fails, watch this

          Comment


          • #6
            Code:
            gen incdegini= decilecentred*ginicentred
            Code:
            lab var incdegini "income deciles * gini"
            Code:
            lab var decile "decile of equivalised income"
            Code:
            ab var eta "age"
            Code:
            lab var debt_growthrate "household loans"
            Code:
            lab var gini_k "gini"
            I think I managed thankyou Jared Greathouse and Andrew Musau

            Comment


            • #7
              ab var eta "age"
              should be

              Code:
              lab var eta "age"
              lab is short for label. See


              Code:
              help label

              Comment


              • #8
                Code:
                ab var eta "age"
                should be
                Code:
                lab var eta "age"
                just like the two commands before it and the two commands after it.

                Comment


                • #9
                  Thank you so much it worked out Andrew Musau William Lisowski

                  Comment

                  Working...
                  X