Area Under the Curve - Variable and Log Transformed VariableHow to calculate sample size for comparing the area under the curve of two models?pattern of ROC curve and choice of AUCArea Under Curve ROC penalizes somehow models with too many explanatory variables?Area Under the ROC Curve, a simple questionArea Under the ROC Curve: Comparing identification performance between two values of the same variabletwo questions; how to interpret the AUROC (area under the ROC curve)Area Under the Curve physical meaningArea Under The Receiver Operating - incompatible explanationsQ: Possible to optimize for area under the precision-recall curve in glmnet logistic regression?How to distinguish overfitting and underfitting from the ROC AUC curve?

Why would the IRS ask for birth certificates or even audit a small tax return?

Why is there an extra space when I type "ls" on the Desktop?

Using the imperfect indicative vs. subjunctive with si

ESPP--any reason not to go all in?

Does the in-code argument passing conventions used on PDP-11's have a name?

Naming Characters after Friends/Family

Why would /etc/passwd be used every time someone executes `ls -l` command?

How spaceships determine each other's mass in space?

Practical reasons to have both a large police force and bounty hunting network?

Align equations with text before one of them

Is there a math expression equivalent to the conditional ternary operator?

How do you make a gun that shoots melee weapons and/or swords?

Why do we call complex numbers “numbers” but we don’t consider 2 vectors numbers?

Why are special aircraft used for the carriers in the United States Navy?

School performs periodic password audits. Is my password compromised?

An Undercover Army

In the world of The Matrix, what is "popping"?

Ultrafilters as a double dual

Why can't we use freedom of speech and expression to incite people to rebel against government in India?

Is every open circuit a capacitor?

Quitting employee has privileged access to critical information

I can't die. Who am I?

Should we avoid writing fiction about historical events without extensive research?

The (Easy) Road to Code



Area Under the Curve - Variable and Log Transformed Variable


How to calculate sample size for comparing the area under the curve of two models?pattern of ROC curve and choice of AUCArea Under Curve ROC penalizes somehow models with too many explanatory variables?Area Under the ROC Curve, a simple questionArea Under the ROC Curve: Comparing identification performance between two values of the same variabletwo questions; how to interpret the AUROC (area under the ROC curve)Area Under the Curve physical meaningArea Under The Receiver Operating - incompatible explanationsQ: Possible to optimize for area under the precision-recall curve in glmnet logistic regression?How to distinguish overfitting and underfitting from the ROC AUC curve?













2












$begingroup$


I have a situation where I am fitting two simple logistic regression models - one model with the variable of interest included as the only predictor, and the other model with the log of the variable of interest included as the only predictor. Both models have the same Area Under the Curve, and I would like to know how to explain why this occurs. I am sure this is not due to chance, but rather has something to do with how AUC is calculated, and it's interpretation.










share|cite|improve this question











$endgroup$
















    2












    $begingroup$


    I have a situation where I am fitting two simple logistic regression models - one model with the variable of interest included as the only predictor, and the other model with the log of the variable of interest included as the only predictor. Both models have the same Area Under the Curve, and I would like to know how to explain why this occurs. I am sure this is not due to chance, but rather has something to do with how AUC is calculated, and it's interpretation.










    share|cite|improve this question











    $endgroup$














      2












      2








      2





      $begingroup$


      I have a situation where I am fitting two simple logistic regression models - one model with the variable of interest included as the only predictor, and the other model with the log of the variable of interest included as the only predictor. Both models have the same Area Under the Curve, and I would like to know how to explain why this occurs. I am sure this is not due to chance, but rather has something to do with how AUC is calculated, and it's interpretation.










      share|cite|improve this question











      $endgroup$




      I have a situation where I am fitting two simple logistic regression models - one model with the variable of interest included as the only predictor, and the other model with the log of the variable of interest included as the only predictor. Both models have the same Area Under the Curve, and I would like to know how to explain why this occurs. I am sure this is not due to chance, but rather has something to do with how AUC is calculated, and it's interpretation.







      logistic roc auc






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 9 hours ago







      APK

















      asked 9 hours ago









      APKAPK

      1278




      1278




















          1 Answer
          1






          active

          oldest

          votes


















          4












          $begingroup$

          It is because the AUC is invariant to monotonic changes of variable, of which the log-transform is a special case. The AUC is the probability that a randomly selected case has a higher risk than a control. While the raw difference in risk may not be the same for those two models, the case will still have a higher risk when calculated using either the log-transformed predictor or the untransformed predictor.



          It should give us some pause and doubt about AUC that it makes no use whatsoever of the actual risk predicted by the model, but rather the ordering of groups according to a predicted risk (be it arbitrary or otherwise). The axes on a ROC are just sensitivity and 1-specificity.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Thanks AdamO. Great explanation.
            $endgroup$
            – APK
            8 hours ago










          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',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          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%2f396245%2farea-under-the-curve-variable-and-log-transformed-variable%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          4












          $begingroup$

          It is because the AUC is invariant to monotonic changes of variable, of which the log-transform is a special case. The AUC is the probability that a randomly selected case has a higher risk than a control. While the raw difference in risk may not be the same for those two models, the case will still have a higher risk when calculated using either the log-transformed predictor or the untransformed predictor.



          It should give us some pause and doubt about AUC that it makes no use whatsoever of the actual risk predicted by the model, but rather the ordering of groups according to a predicted risk (be it arbitrary or otherwise). The axes on a ROC are just sensitivity and 1-specificity.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Thanks AdamO. Great explanation.
            $endgroup$
            – APK
            8 hours ago















          4












          $begingroup$

          It is because the AUC is invariant to monotonic changes of variable, of which the log-transform is a special case. The AUC is the probability that a randomly selected case has a higher risk than a control. While the raw difference in risk may not be the same for those two models, the case will still have a higher risk when calculated using either the log-transformed predictor or the untransformed predictor.



          It should give us some pause and doubt about AUC that it makes no use whatsoever of the actual risk predicted by the model, but rather the ordering of groups according to a predicted risk (be it arbitrary or otherwise). The axes on a ROC are just sensitivity and 1-specificity.






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Thanks AdamO. Great explanation.
            $endgroup$
            – APK
            8 hours ago













          4












          4








          4





          $begingroup$

          It is because the AUC is invariant to monotonic changes of variable, of which the log-transform is a special case. The AUC is the probability that a randomly selected case has a higher risk than a control. While the raw difference in risk may not be the same for those two models, the case will still have a higher risk when calculated using either the log-transformed predictor or the untransformed predictor.



          It should give us some pause and doubt about AUC that it makes no use whatsoever of the actual risk predicted by the model, but rather the ordering of groups according to a predicted risk (be it arbitrary or otherwise). The axes on a ROC are just sensitivity and 1-specificity.






          share|cite|improve this answer









          $endgroup$



          It is because the AUC is invariant to monotonic changes of variable, of which the log-transform is a special case. The AUC is the probability that a randomly selected case has a higher risk than a control. While the raw difference in risk may not be the same for those two models, the case will still have a higher risk when calculated using either the log-transformed predictor or the untransformed predictor.



          It should give us some pause and doubt about AUC that it makes no use whatsoever of the actual risk predicted by the model, but rather the ordering of groups according to a predicted risk (be it arbitrary or otherwise). The axes on a ROC are just sensitivity and 1-specificity.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 9 hours ago









          AdamOAdamO

          33.8k263140




          33.8k263140











          • $begingroup$
            Thanks AdamO. Great explanation.
            $endgroup$
            – APK
            8 hours ago
















          • $begingroup$
            Thanks AdamO. Great explanation.
            $endgroup$
            – APK
            8 hours ago















          $begingroup$
          Thanks AdamO. Great explanation.
          $endgroup$
          – APK
          8 hours ago




          $begingroup$
          Thanks AdamO. Great explanation.
          $endgroup$
          – APK
          8 hours ago

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Cross Validated!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f396245%2farea-under-the-curve-variable-and-log-transformed-variable%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

          Fil:Tokke komm.svg

          Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?