Page 1 of 1

Use pwcompare after runmlwin

Posted: Tue Jul 06, 2021 2:19 pm
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