Can I calculate odds ratio for Firth's Bias-Reduced Logistic Regression?

The name of the pictureThe name of the pictureThe name of the pictureClash 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?










share|cite|improve this question





























    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?










    share|cite|improve this question

























      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?










      share|cite|improve this question















      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






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited yesterday

























      asked yesterday









      Omar113

      133




      133




















          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.






          share|cite|improve this answer




















            Your Answer




            StackExchange.ifUsing("editor", function ()
            return StackExchange.using("mathjaxEditing", function ()
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            );
            );
            , "mathjax-editing");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "65"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            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






























            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.






            share|cite|improve this answer
























              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.






              share|cite|improve this answer






















                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.






                share|cite|improve this answer












                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.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered yesterday









                Björn

                8,2291833




                8,2291833



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    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













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Christian Cage

                    How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu?