Announcement

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

  • Regsave

    Hi

    I am trying to use the "regsave" command within Stata 11.2. If I enter "help regsave" Stata answers with "unrecognized command: regsave". Is it possible that this function is only available for higher Stata versions? Until now I havent found something about that in the internet.

    Many thanks

  • #2
    It's a user-written command (not function) which you need to install using ssc inst regsave

    Code:
    findit regsave
    would have told you that.

    Comment


    • #3
      many thanks! It seems to work now

      Comment

      Working...
      X