Dear Nick:
It's perfect. Thanks again for your help.
Best regards
Herv�
***********************************************************
Professeur/Professor
Coordinateur du D�partement/Head of Department
HEC Paris
D�partement Comptabilit� Contr�le de gestion / Dept of Accounting and Management Control
1, rue de la Liberation
78351 - Jouy-en-Josas
France
Tel: +33 1 39 67 94 42 - Fax: +33 1 39 67 70 86
[email protected]
http://studies.hec.fr/web/stolowy
>>> [email protected] 04/02/06 7:31 PM >>>
foreach v of varlist competence form_gest exp_fi {
foreach g of varlist interne independant comite_audit {
di _n "`v' by `g':"
ttest `v', by(`g'), if directoire==0 & president_ca==0
}
}
See also Stata Journal 2(2), 202-222 (2002).
Nick
[email protected]
Herve STOLOWY
> I searched in the help and the
> Stata manual (8.2) but I don't know how to use -display- to
> get the variable names.
Justin
> You can -display- the two variable names before the ttest.
Herve STOLOWY
> > I use the following loop to perform 9 t tests:
> >
> > foreach varname of varlist competence form_gest exp_fi {
> > foreach groupvar of varlist interne independant comite_audit {
> > ttest `varname', by(`groupvar'), if directoire==0 & president_ca==0
> > }
> > }
> >
> > I have no problem with the loop and I get the results I was
> looking for.
> >
> > However, in the output, the variable names are not
> mentioned. Given that
> > I have 9 outputs, it's rather combersume to determine which
> test is based
> > on which variables.
> >
> > When I do a single t test for one varname and one groupvar, the same
> > problem exists (no variable names in the ouput) but the command line
> > tells me which variables are involved.
*
* 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/
*
* 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/