For example
. reg a b* c
. reg a b1-b3 c
Jean-Benoit
Clive Nicholas a �crit :
Shuaizhang Feng wrote:
I have a simple question. In a regression command
like "reg", if I do not want to list all the variables
but just use an abbreviation, how should I do it. For
example,
reg a b1 b2 b3 c
can I do something like reg a all_b_s c
Use -local- macros. For example:
. local myvars "b1 b2 b3"
. reg a 'myvars' c
For more, see -whelp macros-. Hope that helps.
CLIVE NICHOLAS |t: 0(044)7903 397793
Politics |e: [email protected]
Newcastle University |http://www.ncl.ac.uk/geps
Whereever you go and whatever you do, just remember this. No matter how
many like you, admire you, love you or adore you, the number of people
turning up to your funeral will be largely determined by local weather
conditions.
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
--
***************************************************************************
Jean-Benoit Hardouin
Biostatisticien
Observatoire R�gional de la Sant� du Centre
BP 2439
1, rue Porte Madeleine
45032 Orl�ans Cedex 1
t�l : 02 38 74 48 80
fax : 02 38 74 48 81
Email : [email protected]
**************************************************************************
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/