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: GLLAMM: Predict Class Membership
From
[email protected]
To
[email protected]
Subject
st: GLLAMM: Predict Class Membership
Date
Wed, 19 Sep 2012 12:34:42 +0200
Hi,
is there any way to predict individual latent class membership
as a dummy variable - and not in terms of probability - using
GLLAMM?
My modell is structurally equivalent to the Myocardial Infarction Example:
http://www.gllamm.org/examples.html
http://www.gllamm.org/data_dofile.zip
insheet using mi.dat, clear
rename q y1
rename h y2
rename l y3
rename c y4
gen wt2 = count
gen patt=_n
reshape long y, i(patt) j(var)
tab var, gen(v)
eq v1: v1
eq v2: v2
eq v3: v3
eq v4: v4
gllamm y, i(patt) ip(fn) nip(2) eqs(v1 v2 v3 v4) /*
*/ weight(wt) nrf(4) l(logit) f(binom) nocons
Thanks for your help!
Martin
*
* 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/