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: FW: Use of results in variable name


From   alec minnema <[email protected]>
To   <[email protected]>
Subject   st: FW: Use of results in variable name
Date   Thu, 9 Jun 2011 08:47:13 +0000

Dear Stata Users,

I want to run a large number of random effects panel poisson regressions but because the robust option is not allowed in xtpoisson I use gllamm.
However, because gllamm is unable to handle collinear variables I first use _rmdcoll to select the variables that are not collinear. Unfortunately, for a large number of the regressions stata still gives the following error: 

factor variables and time-series operators not allowed

Does someone know what is going on?
To illustrate here is a part of the code:

_rmdcoll v7 Rebate v28 v31 v32 v33 v63 v64 Promotion
gllamm `r(varlist)', i(v1) family(poisson) link(log) iterate(25) robust

Many thanks in advance,

Alec Minnema
University of Groningen

 		 	   		  
*
*   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