看命令的帮助啊,不同命令设置不同
如果是 estimates table
命令
Title
[R] estimates table -- Compare estimation results
Syntax
estimates table [namelist] [, options]
where namelist is a name, a list of names, _all, or *.
A name may be ., meaning the current (active) estimates.
_all and * mean the same thing.
options ...
where namelist is a name, a list of names, _all, or *.
A name may be ., meaning the current (active) estimates.
_all and * mean the same thing.
options Description
-----------------------------------------------------------------------------------------
Main
stats(scalarlist) report scalarlist in table
star[(#1 #2 #3)] use stars to denote significance levels
star and star(#1 #2 #3) specify that stars (asterisks) are to be used to mark
significance. The second syntax specifies the significance levels for one, two, and
three stars. If you specify simply star, that is equivalent to specifying star(.05
.01 .001), which means one star (*) if p < 0.05, two stars (**) if p < 0.01, and
three stars (***) if p < 0.001.