Am 16.02.2013 16:18, schrieb Allin Cottrell:
latter creates an NA series. As you know, "genr" is (sort
of)
deprecated for general use; it's considered better style to
use a specific type-name instead.
That's why I checked the use of 'series'.
genr time # linear trend
genr dummy # seasonals
genr unitdum # panel unit dummies
genr timedum # panel period dummies
So what about introducing aliases for those with 'series'? At least
'series time' would be quite natural it seems. I admit that 'series
unitdum' is less clear, however...
-sven