Hi everybody,
I am using Stata 13 (mac student version) in logit/probit analysis for the first time. The task is to see which of the regressors have the most influence over the two dependent variables.
y_var1 is binary
y_var2 is ordinal
x_var(s) are mostly binary or ordinal
The following model were run:
logit y_var1 x_var1 x_var2 ... x_varN
ologit y_var2 x_var1 x_var2 ... x_varN
For logit, the following methods were considered for sorting significant variables:
1) variables with value P(over)|z| that is less than 0.05
2) calculation of marginal effect evaluated at the means, variables with the highest f(Z)b coefficient
For ologit:
1) variables with value P(over)|z| that is less than 0.05
Question:
I would appreciate it, if you tell me whether used methodologies for identifying the regressors' effect on dependent variables are correct?
If I am missing an important theory background, would you please point me at the material that I need to learn?
Best regards
I am using Stata 13 (mac student version) in logit/probit analysis for the first time. The task is to see which of the regressors have the most influence over the two dependent variables.
y_var1 is binary
y_var2 is ordinal
x_var(s) are mostly binary or ordinal
The following model were run:
logit y_var1 x_var1 x_var2 ... x_varN
ologit y_var2 x_var1 x_var2 ... x_varN
For logit, the following methods were considered for sorting significant variables:
1) variables with value P(over)|z| that is less than 0.05
2) calculation of marginal effect evaluated at the means, variables with the highest f(Z)b coefficient
For ologit:
1) variables with value P(over)|z| that is less than 0.05
Question:
I would appreciate it, if you tell me whether used methodologies for identifying the regressors' effect on dependent variables are correct?
If I am missing an important theory background, would you please point me at the material that I need to learn?
Best regards
Comment