Can I calculate odds ratio for Firth's Bias-Reduced Logistic Regression?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
2
down vote
favorite
I have data that I apply a test called Firth's Bias-Reduced Logistic Regression.
I am using R with package called brglm. I got coefficient and I will try to find a way to calculate a confidence interval
Is it valid to take exponentiation to calculate and report odds-ratio in this type of test?
regression logistic logit
add a comment |Â
up vote
2
down vote
favorite
I have data that I apply a test called Firth's Bias-Reduced Logistic Regression.
I am using R with package called brglm. I got coefficient and I will try to find a way to calculate a confidence interval
Is it valid to take exponentiation to calculate and report odds-ratio in this type of test?
regression logistic logit
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I have data that I apply a test called Firth's Bias-Reduced Logistic Regression.
I am using R with package called brglm. I got coefficient and I will try to find a way to calculate a confidence interval
Is it valid to take exponentiation to calculate and report odds-ratio in this type of test?
regression logistic logit
I have data that I apply a test called Firth's Bias-Reduced Logistic Regression.
I am using R with package called brglm. I got coefficient and I will try to find a way to calculate a confidence interval
Is it valid to take exponentiation to calculate and report odds-ratio in this type of test?
regression logistic logit
regression logistic logit
edited yesterday
asked yesterday
Omar113
133
133
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
In short, yes.
If you have coefficients on the log-odds scale, which is what Firth's penalized likelihood (or bias-reduced) logistic regression reports, using exp(coefficient) gets you an odds ratio. In fact, that is more than anything a core motivation beyond the particular method: getting estimates of coefficients/odds ratios that remove the first order bias term. It so happens that this has some nice side effects such as dealing with complete separation in a way that may be considered reasonable (but not reasonable if you think that some things might be completely causal to yes or no).
Confidence intervals work the same way: get the confidence intervals (or if you have only standard errors use $hatbeta pm textfactor such as 1.96 times textSE$) and exponentiate the limits.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
In short, yes.
If you have coefficients on the log-odds scale, which is what Firth's penalized likelihood (or bias-reduced) logistic regression reports, using exp(coefficient) gets you an odds ratio. In fact, that is more than anything a core motivation beyond the particular method: getting estimates of coefficients/odds ratios that remove the first order bias term. It so happens that this has some nice side effects such as dealing with complete separation in a way that may be considered reasonable (but not reasonable if you think that some things might be completely causal to yes or no).
Confidence intervals work the same way: get the confidence intervals (or if you have only standard errors use $hatbeta pm textfactor such as 1.96 times textSE$) and exponentiate the limits.
add a comment |Â
up vote
2
down vote
accepted
In short, yes.
If you have coefficients on the log-odds scale, which is what Firth's penalized likelihood (or bias-reduced) logistic regression reports, using exp(coefficient) gets you an odds ratio. In fact, that is more than anything a core motivation beyond the particular method: getting estimates of coefficients/odds ratios that remove the first order bias term. It so happens that this has some nice side effects such as dealing with complete separation in a way that may be considered reasonable (but not reasonable if you think that some things might be completely causal to yes or no).
Confidence intervals work the same way: get the confidence intervals (or if you have only standard errors use $hatbeta pm textfactor such as 1.96 times textSE$) and exponentiate the limits.
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
In short, yes.
If you have coefficients on the log-odds scale, which is what Firth's penalized likelihood (or bias-reduced) logistic regression reports, using exp(coefficient) gets you an odds ratio. In fact, that is more than anything a core motivation beyond the particular method: getting estimates of coefficients/odds ratios that remove the first order bias term. It so happens that this has some nice side effects such as dealing with complete separation in a way that may be considered reasonable (but not reasonable if you think that some things might be completely causal to yes or no).
Confidence intervals work the same way: get the confidence intervals (or if you have only standard errors use $hatbeta pm textfactor such as 1.96 times textSE$) and exponentiate the limits.
In short, yes.
If you have coefficients on the log-odds scale, which is what Firth's penalized likelihood (or bias-reduced) logistic regression reports, using exp(coefficient) gets you an odds ratio. In fact, that is more than anything a core motivation beyond the particular method: getting estimates of coefficients/odds ratios that remove the first order bias term. It so happens that this has some nice side effects such as dealing with complete separation in a way that may be considered reasonable (but not reasonable if you think that some things might be completely causal to yes or no).
Confidence intervals work the same way: get the confidence intervals (or if you have only standard errors use $hatbeta pm textfactor such as 1.96 times textSE$) and exponentiate the limits.
answered yesterday
Björn
8,2291833
8,2291833
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f370554%2fcan-i-calculate-odds-ratio-for-firths-bias-reduced-logistic-regression%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password