To handle both the crossed and nested effects, I can just use the "_all:R.factor" trick to make my model:
Code:
mixed outcome predictor || _all:R.participant || test: || item:
Code:
tab ID, gen(id_ID)
unab idvar: id_ID*
foreach v of local idvar {
gen predictor_`v' = predictor*`v'
}
mixed outcome predictor || _all:R.ID || _all: predictor_*, cov(identity) nocons || test: || item:
When I try the same commands but substitute MELOGIT for MIXED, the model just gives me identical coefficients for all the participants.
Is there a way to do what Canette is describing but with MELOGIT or MEOLOGIT?
0 Response to Random slopes for participants in a crossed random effects model with categorical outcomes
Post a Comment