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:
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!
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);
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!
Comment