Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: using varlist wildcards in anova


From   Vineet Bhagwat <[email protected]>
To   [email protected]
Subject   st: using varlist wildcards in anova
Date   Sat, 3 Apr 2010 16:27:07 -0400

I wish to run the anova command but without typing out the names of
all the variables in the model.  For example instead of:

"anova y t1992 t1993 t1994 t1995"

I want to do

"anova y t* "

but it seems I can't use the asterix wildcard with the anova command
because I get the error: "x ambiguous abbreviation".  Does anyone know
of a workaround to use with anova or is the only solution to write out
all the variable names?

Since my t variables are all dummy variables for the 'year' variable
in my dataset, I also tried using xi by doing:

"xi: anova y i.year"

but I get the following error:
i.year            _Iyear_1992-2008    (naturally coded; _Iyear_1992 omitted)
_Iyear_ ambiguous abbreviation

thanks in advance,
Vineet
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index