Announcement

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

  • error occurred while loading iskoisei.ado r(199);

    After I updated the isko package today, no matter how many times I restart Stata the iskoisei didn't work and this happens.
    while other commands in isko.ado are okay…
    Thanks in advance for your help!


  • #2
    This problem has been reported before. I do not know whether the author has been urged to correct his package; you might want to contact the author via the email given in the help file.


    To fix this problem,

    1. type

    Code:
    findfile iskoisei.ado
    doedit "`r(fn)'"
    which will open the source code in a do-file editor.

    2. Scroll to the end of the file and delete the letter B after the end statement.

    3. Save the changed file, overwriting it.

    4. Type in Stata

    Code:
    discard

    Alternatively, download iscogen from SSC.

    Comment


    • #3
      Originally posted by daniel klein View Post
      This problem has been reported before. I do not know whether the author has been urged to correct his package; you might want to contact the author via the email given in the help file.


      To fix this problem,

      1. type

      Code:
      findfile iskoisei.ado
      doedit "`r(fn)'"
      which will open the source code in a do-file editor.

      2. Scroll to the end of the file and delete the letter B after the end statement.

      3. Save the changed file, overwriting it.

      4. Type in Stata

      Code:
      discard

      Alternatively, download iscogen from SSC.
      Problem sloved!! Appreciate a lot for your answer! XDDD

      Comment

      Working...
      X