Search found 2 matches

by BernieBaffour
Wed Aug 03, 2016 7:39 am
Forum: runmlwin user forum
Topic: query on calculation of probability predictions
Replies: 3
Views: 6683

Re: query on calculation of probability predictions

Hi George,
Thanks for this helpful feedback.

The code for the actual cross-classified m odel is:


runmlwin Y cons Xs, level3(interviewer_ID: cons) level2(xwaveid: cons) level1(obs_id: ) mcmc(cc) nopause or discrete(distribution(binomial) link(logit) denom(cons))

‘xwaveid’ is the cross-wave ...
by BernieBaffour
Tue Aug 02, 2016 11:52 am
Forum: runmlwin user forum
Topic: query on calculation of probability predictions
Replies: 3
Views: 6683

query on calculation of probability predictions

Hi,
We are running a three-level multiple-membership (logit) model, calling MLwiN 2.32 from within Stata 14 using runmlwin.
In our panel dataset (the HILDA Survey from Australia), the hierarchy is given by person-year observations, nested within individuals, nested within interviewers.
The ...