Use pwcompare after runmlwin

Welcome to the forum for runmlwin users. Feel free to post your question about runmlwin here. The Centre for Multilevel Modelling take no responsibility for the accuracy of these posts, we are unable to monitor them closely. Do go ahead and post your question and thank you in advance if you find the time to post any answers!

Go to runmlwin: Running MLwiN from within Stata >> http://www.bristol.ac.uk/cmm/software/runmlwin/
Post Reply
pablas29
Posts: 1
Joined: Tue Jul 06, 2021 2:14 pm

Use pwcompare after runmlwin

Post by pablas29 »

I am running a multi-level model with interaction.

Code: Select all

melogit outcome i.var1##i.var2 ||lev2:, or

I used runmlwin as it is a lot faster and estimates are pretty much similar.

Code: Select all

runmlwin outcome i.var1##i.var2 cons,level2(lev2: cons) level1(_n:) nopause or  discrete(distribution(binomial) link(logit) denominator(cons))
The problem is that I want to use pwcompare after runmlwin similar to the way I can use after melogit. How can I achieve pairwise comparison?

Code: Select all

pwcompare i.var1##i.var2
Cross-posted
Post Reply