Hello everyone,
i'm trying to interpret my output of average marginal effects calculated for my logistic regressions model and i am todally confused right now.
The dependent variable is equal to 1 if a project is successful and 0 if not. Due to skewness and therefore following the literature, i transformed some variables as the natural logarithm of one plus the value of the variable.
gen x_ln = ln(1+x)
I then ran my logistic regression using the logit command. As the literature recommends the use of average marginal effects, i now tried to calculate them as well using the command
margins, dydx(*)
My output for the independent variable i want to analyse is then:
dy/dx Std. Err. z P>|z| [95% Conf. Interval]
x_ln | .0253134 .0037356 6.78 0.000 .0179918 .0326349
But since i transformed my variable in the way mentioned above, i am totally confused on how this is to be interpreted.
I Hope that someone can help me out.
Kind Regards
i'm trying to interpret my output of average marginal effects calculated for my logistic regressions model and i am todally confused right now.
The dependent variable is equal to 1 if a project is successful and 0 if not. Due to skewness and therefore following the literature, i transformed some variables as the natural logarithm of one plus the value of the variable.
gen x_ln = ln(1+x)
I then ran my logistic regression using the logit command. As the literature recommends the use of average marginal effects, i now tried to calculate them as well using the command
margins, dydx(*)
My output for the independent variable i want to analyse is then:
dy/dx Std. Err. z P>|z| [95% Conf. Interval]
x_ln | .0253134 .0037356 6.78 0.000 .0179918 .0326349
But since i transformed my variable in the way mentioned above, i am totally confused on how this is to be interpreted.
I Hope that someone can help me out.
Kind Regards
Comment