Announcement

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

  • set baselevels on

    I just started reading "Interpreting and Visualizing Regression Models Using Stata", Second Edition, by Michael Mitchell.
    In the introduction, he suggests to type "set baselevels on" to get the results presented as displayed in the book
    However, when typing the command I get:
    Code:
    . set baselevels on
    -set baselevels- not allowed; 'baselevels' not recognized
    r(199);
    and indeed, when typing "help set", "baselevels" is not listed among the accepted subcommands
    I couldn't find any other mention of this command by searching the Net, except in a (possibly pirated) pdf copy of the same book
    Am I missing something?

    thanks!

  • #2
    In current and recent versions of Stata, this functionality is implement with a -baselevels- option to the -regress- (and other estimation) command itself.

    Comment


    • #3
      Thanks!

      Comment


      • #4
        You found a typo in the book.
        While the option is baselevels(), the setting is set showbaselevels.

        Comment


        • #5
          The Stata Press production team created an errata page for this book here.

          Comment

          Working...
          X