Sure....looked at the xtmixed command.
HTH,
J.
----- Original Message -----
Exp�diteur: "Christopher Parker" <[email protected]>
�: [email protected]
Cc: [email protected]
Sujet: st: HLM in Stata
Date: Mon, 18 Jun 2007 10:03:49 -0700 (PDT)
> Is HLM possible with Stata 9?
>
> thanks
>
> > I've scoured the manual, mata help and online sources
> > without obtaining an answer - is it possible to
> > programmarically obtain a list of functions in Mata
> memory? >
> > For example:
> >
> > mata
> > mata clear
> > function add(a,b) return(a+b)
> > function mult(a,b) return(a*b)
> > mata d *()
> > # bytes type name and
> > extent
> ----------------------------------------------------------
> > --------------------- 76 transmorphic
> > matrix add() 76 transmorphic matrix
> > mult()
> ----------------------------------------------------------
> --------------------- >
> >
> > Is there a way to create the equivalent of:
> >
> > functions = ("add()","mult()")
> >
> > when you don't have knowledge of what the function names
> may be? >
> >
> > Thanks,
> >
> > --
> > David Elliott
> > *
> > * 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/
___________________________________
Prof. John Antonakis
Faculty of Business and Economics
University of Lausanne
Internef #527
CH-1015 Lausanne-Dorigny
Switzerland
Tel: ++41 (0)21 692-3438
Fax: ++41 (0)21 692-3305
http://www.hec.unil.ch/jantonakis
___________________________________
*
* 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/