Announcement

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

  • code error

    I am running a code and getting message and the code stops is there any option that code ignore the error and keep executing the left over commands please


    equation not identified; must have at least as many instruments
    not in the regression as there are instrumented variables
    r(481);



  • #2
    Code:
    help capture

    Comment


    • #3
      but this will only work for specific command I guess

      I am look for something that can work for all the commands in the code please

      Comment


      • #4
        You can capture a block.

        Code:
        capture noisily{ 
        
            COMMANDS
        
        }

        Comment


        • #5
          thanks

          Comment

          Working...
          X