eloiz
unread,Mar 11, 2013, 11:22:47 PM3/11/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to StatForLing with R
Hi!
Apologies for this very naive question.
assuming a glm model similar to this one:
model.01 <- stepAIC(glm(DEPTVARIABLE ~ 1, family=binomial, data=xx),
direction="both", scope=list(lower=~1, upper=DEPTVARIABLE ~ IV1 + IV2
+ IV3 + IV1:IV2 + IV1:IV3)),
where DEPTVARIABLE is two-level categorical dependent variable, and
where IV1:IV2 is statistically significant. By default, which of the
two levels of DEPTVARIABLE will be plotted (i.e., the most frequent
one? the first one alphabetically? ...) as a result of:
plot(effect("IV1:IV2", model.01)) ?
Thanks a lot!
Eloiz