Hello,
I am using Stata v 15.1
After running a logistic regression
. logit y x
I used the syntax:
. listcoef, std help
it returns output for full, X, and Y standardized estimates with the definition of "bStdX = x-standardized coefficient". In a Stata example, this was 1.319. However, there is no info about how to obtain the standard error or 95% confidence intervals. I tried something from a Nov 2015 thread
. stdbeta,se
but this returns a comment that stdbeta is an "unrecognized command"
Dos anyone have syntax to get the sem or 95% CI for an X-standardized coefficient?
Thank you,
Sharon
I am using Stata v 15.1
After running a logistic regression
. logit y x
I used the syntax:
. listcoef, std help
it returns output for full, X, and Y standardized estimates with the definition of "bStdX = x-standardized coefficient". In a Stata example, this was 1.319. However, there is no info about how to obtain the standard error or 95% confidence intervals. I tried something from a Nov 2015 thread
. stdbeta,se
but this returns a comment that stdbeta is an "unrecognized command"
Dos anyone have syntax to get the sem or 95% CI for an X-standardized coefficient?
Thank you,
Sharon
Comment