The manual for -regress- says
What exactly does this option do? I can't see any difference between "regress price mpg" and "regress price mpg, plus".
I looked in regress.ado, but as far as I can tell, it's only used in the syntax statement and then passed to a local macro. I thought it might be something involving custom tables, e.g. through the undocumented _tab class, but I couldn't find that reference anywhere either.
plus specifies that the output table be made extendable. This option is often used in programs and ado-files.
I looked in regress.ado, but as far as I can tell, it's only used in the syntax statement and then passed to a local macro. I thought it might be something involving custom tables, e.g. through the undocumented _tab class, but I couldn't find that reference anywhere either.
Comment