Announcement

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

  • Is Stata 16 coming out anytime soon ?

    Hi, I'm now using an older version of Stata(11) and planning to purchase a new version.
    Since Stata 15 released in 2017, Stata 14 released in 2015, Stata 13 released in 2013.... I am wondering if there will be a Stata 16 next year.
    Shall I wait for the new version?

  • #2
    Here's the data. https://www.stata.com/support/faqs/r...tory-of-stata/ What is your model?

    (Those who know do not tell. Those who tell do not know.)

    Comment


    • #3
      On the assumption that Stata 16 will be first announced on Statalist, by Bill Gould:

      Code:
      program checkforupdate
          tempfile webfile 
          copy "http://www.statalist.org/forums/member/8-bill-gould-statacorp" "`webfile'"
          tempname hdl
          file open `hdl' using "`webfile'", text read
      
          while !strpos(`"`line'"',"Last Activity") {
              file read `hdl' line
          }
          file read `hdl' line
          local line = ustrtrim(`"`line'"')
          local line : subinstr local line `"<div class="td">"' "", all
          local line : subinstr local line `"</div>"' "", all
      
          if `"`line'"'=="15 Mar 2018" {
              di "{txt}There is no new post from Bill Gould."
              di      "                 😥"
          }
          else {
              di "{txt}There is a new post from Bill Gould!"
              di      "                 😀"
              di `"`line"'
          }
      end

      Comment


      • #4
        In the XXI century, we've seen on average a 2-year interval between versions. That said, hazarding a guess, the upgrade with Stata 15 (compared to Stata 14 and taking in mind "l.version" issues) was so big that, maybe, this gap may be enlarged to some (who knows) extent. Had we lived in ancient Greece, the best bet would probably come from the Oracle of Delphi.
        Best regards,

        Marcos

        Comment


        • #5
          The Delphic Oracle was famous for ambiguous predictions. I think it was Cyrus who was advised that if he attacked the Greeks the result would be the defeat of a great empire. He did, and the empire defeated was his own. Mind you, it was a Greek who told this story.

          I confidently predict that the next version will be Stata 16.

          Comment


          • #6
            Stata 0x10

            Comment


            • #7
              I predict with about 14% confidence that the next version will be announced on a Tuesday. (Shhh, Top Secret!!! The trend is clear: Stata 15 was announced on a Tuesday as was Stata 14).

              Comment


              • #8
                Is this what I think it is? https://twitter.com/stata/status/114...082162688?s=12

                Comment


                • #9


                  Not sure, but just in case, I will put my alarm clock for 5:00 am tomorrow!

                  Comment


                  • #10
                    https://www.statalist.org/forums/for...a-16-announced
                    David Radwin
                    Senior Researcher, California Competes
                    californiacompetes.org
                    Pronouns: He/Him

                    Comment

                    Working...
                    X