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]
Re: st: mim: gllamm and estimates store
From
Maarten buis <[email protected]>
To
[email protected]
Subject
Re: st: mim: gllamm and estimates store
Date
Mon, 3 May 2010 19:13:28 +0000 (GMT)
--- On Mon, 3/5/10, [email protected] wrote:
> > I need to fit a three-level logistic model on imputed
> > datasets. I read somewhere and it says that mim support.
> > gllamm. But when i try -mim:gllamm-, I got the error
> > message "command gllamm not recognised by mim; try
> > specifying category option". Is there a way to fix this
> > problem?
Part of the confusion may be due to a misunderstanding what
it means in "Stata-speak" when we say "specify the xyz option"
Concrete example: I could say "if you specify the -detail-
option in -summarize- you will get a more detailed summary of
your variable."
It means that in Stata you need to type:
sum foo bar, detail
instead of:
sum foo bar
(foo and bar are variable names)
Things get a bit more comples with prefix commands like -mim-.
Now you have basically two commans: in your case -mim- and
-gllamm-, so you need to know to which command you need to
add the option. The error message is issued by -mim-, so you
need to specify the option at the -mim- command:
mim , cat(fit): gllamm ...
Hope this helps,
Maarten
--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany
http://www.maartenbuis.nl
--------------------------
*
* 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/