Hi,
I have an FMM model with three class. Because the dv is binary, logistic regression is used. Let's say, I have a five variables in my main model:
How can I compare magnitude of coefficient of V1 between class 1 and 2?
Thanks
I have an FMM model with three class. Because the dv is binary, logistic regression is used. Let's say, I have a five variables in my main model:
Code:
fmm 3 , lcprob(X Y Z) : logit dv V1 V2 V3 V4 V5
Thanks