Announcement

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

  • Could you install -putdocx- on older versions?

    I Is there a way someone can install putdocx on older versions of stata (13.0 for example).

  • #2
    No. putdocx is not only ado code in Stata 15 that is issued with a declaration version 15, but requires various extras introduced in Stata 15.

    Sometimes StataCorp issues updates even to out-of-date versions, so it is worth trying

    Code:
    update query
    in your copy of Stata 13, but whatever is available won't include completely new features like this.

    Comment


    • #3
      rtfutil is an alternative to putdocx that can be used with older versions of Stata.
      Code:
      ssc d rtfutil

      Comment


      • #4
        Thanks Nick and Friedrich. I was really looking forward for such command. I will check out rtfutil .

        Comment

        Working...
        X