I am using R Studio to run logistic regressions. I have a dataset, which analyses voting behaviour. I want to analyse the effect of different independent variables on the dependent variable "participation in election". Moreover I want to see if there are differences between the subgroup of the first time voters and the group in general.
Since the coefficients of logistic regressions are difficult to interpret, I wanted to interpret the Average marginal effects of the models. I read about different ways of doing so but I cant find a solution that fits my plan completely. Can I compare the AMEs of the two separate logistic regression models, one for the whole group and one for the first time voters and interpret the differences between the AMEs of the two models or is that statistically wrong? Or is there another way for my problem?