Dear all,
With a logistic regression, now I try to compare the coefficients of two different predictors on the same dependent variable, in order to see which one is more important/salient for the prediction of DV.
I'm not sure whether the command of -lincom- is appropriate in this context? For example,
Could you give me some advice? Thx!
With a logistic regression, now I try to compare the coefficients of two different predictors on the same dependent variable, in order to see which one is more important/salient for the prediction of DV.
I'm not sure whether the command of -lincom- is appropriate in this context? For example,
Code:
lincom _b[x2] - _b[x1]
Could you give me some advice? Thx!
Comment