Convert odds ratio based on unit change to several unit changes
$begingroup$
Imagine to have two groups of people, the first one more strongly exposed to a pollutant than the second one, and the first one developing a certain disease more often. Having measurements of the pollutant one can apply logistic regression to estimate the significance of influence of the pollutant on developing the disease. One can also calculate an odds ratio of this scenario.
Often, odds ratios are based on one unit change of the independent variable, e.g. changing the pollutant concentration for 1 mg/ml yields an odds ratio of 4 to 1 to develop the disease.
My question is now, how can I recalculate an odds ratio based on a change for several unit changes?
My first guess was the OR of the new range is OR of one unit change to the power of range size in units. Where range is, for example, 10 unit changes of the independent variable. So 4 to the power of 10, in my example.
Or must it be multiplied?
And what is the mathematical basis to prove the calculation?
regression ratio
$endgroup$
add a comment |
$begingroup$
Imagine to have two groups of people, the first one more strongly exposed to a pollutant than the second one, and the first one developing a certain disease more often. Having measurements of the pollutant one can apply logistic regression to estimate the significance of influence of the pollutant on developing the disease. One can also calculate an odds ratio of this scenario.
Often, odds ratios are based on one unit change of the independent variable, e.g. changing the pollutant concentration for 1 mg/ml yields an odds ratio of 4 to 1 to develop the disease.
My question is now, how can I recalculate an odds ratio based on a change for several unit changes?
My first guess was the OR of the new range is OR of one unit change to the power of range size in units. Where range is, for example, 10 unit changes of the independent variable. So 4 to the power of 10, in my example.
Or must it be multiplied?
And what is the mathematical basis to prove the calculation?
regression ratio
$endgroup$
add a comment |
$begingroup$
Imagine to have two groups of people, the first one more strongly exposed to a pollutant than the second one, and the first one developing a certain disease more often. Having measurements of the pollutant one can apply logistic regression to estimate the significance of influence of the pollutant on developing the disease. One can also calculate an odds ratio of this scenario.
Often, odds ratios are based on one unit change of the independent variable, e.g. changing the pollutant concentration for 1 mg/ml yields an odds ratio of 4 to 1 to develop the disease.
My question is now, how can I recalculate an odds ratio based on a change for several unit changes?
My first guess was the OR of the new range is OR of one unit change to the power of range size in units. Where range is, for example, 10 unit changes of the independent variable. So 4 to the power of 10, in my example.
Or must it be multiplied?
And what is the mathematical basis to prove the calculation?
regression ratio
$endgroup$
Imagine to have two groups of people, the first one more strongly exposed to a pollutant than the second one, and the first one developing a certain disease more often. Having measurements of the pollutant one can apply logistic regression to estimate the significance of influence of the pollutant on developing the disease. One can also calculate an odds ratio of this scenario.
Often, odds ratios are based on one unit change of the independent variable, e.g. changing the pollutant concentration for 1 mg/ml yields an odds ratio of 4 to 1 to develop the disease.
My question is now, how can I recalculate an odds ratio based on a change for several unit changes?
My first guess was the OR of the new range is OR of one unit change to the power of range size in units. Where range is, for example, 10 unit changes of the independent variable. So 4 to the power of 10, in my example.
Or must it be multiplied?
And what is the mathematical basis to prove the calculation?
regression ratio
regression ratio
asked Jul 7 '14 at 9:50
KonradKonrad
112
112
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
I Think you're right!
If the independent variable is continuous, logistic regression will give you OR for a one-unit change. For a n-unit change you can use the power of the OR, i.e. OR^n.
Multiplication is valid for log(odds).
Look at this page for some mathematical explanations (chapter "Logistic regression with a single continuous predictor variable").
FAQ: How do I interpret odds ratios in logistic regression?
Some calculations are presented for a one-unit increase in math variable, you can easily replicate it for a 10 unit increase.
Look also at page 156 of this book: Multivariable Analysis: A Practical Guide for Clinicians and Public Health
$endgroup$
add a comment |
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: "69"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f858800%2fconvert-odds-ratio-based-on-unit-change-to-several-unit-changes%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
$begingroup$
I Think you're right!
If the independent variable is continuous, logistic regression will give you OR for a one-unit change. For a n-unit change you can use the power of the OR, i.e. OR^n.
Multiplication is valid for log(odds).
Look at this page for some mathematical explanations (chapter "Logistic regression with a single continuous predictor variable").
FAQ: How do I interpret odds ratios in logistic regression?
Some calculations are presented for a one-unit increase in math variable, you can easily replicate it for a 10 unit increase.
Look also at page 156 of this book: Multivariable Analysis: A Practical Guide for Clinicians and Public Health
$endgroup$
add a comment |
$begingroup$
I Think you're right!
If the independent variable is continuous, logistic regression will give you OR for a one-unit change. For a n-unit change you can use the power of the OR, i.e. OR^n.
Multiplication is valid for log(odds).
Look at this page for some mathematical explanations (chapter "Logistic regression with a single continuous predictor variable").
FAQ: How do I interpret odds ratios in logistic regression?
Some calculations are presented for a one-unit increase in math variable, you can easily replicate it for a 10 unit increase.
Look also at page 156 of this book: Multivariable Analysis: A Practical Guide for Clinicians and Public Health
$endgroup$
add a comment |
$begingroup$
I Think you're right!
If the independent variable is continuous, logistic regression will give you OR for a one-unit change. For a n-unit change you can use the power of the OR, i.e. OR^n.
Multiplication is valid for log(odds).
Look at this page for some mathematical explanations (chapter "Logistic regression with a single continuous predictor variable").
FAQ: How do I interpret odds ratios in logistic regression?
Some calculations are presented for a one-unit increase in math variable, you can easily replicate it for a 10 unit increase.
Look also at page 156 of this book: Multivariable Analysis: A Practical Guide for Clinicians and Public Health
$endgroup$
I Think you're right!
If the independent variable is continuous, logistic regression will give you OR for a one-unit change. For a n-unit change you can use the power of the OR, i.e. OR^n.
Multiplication is valid for log(odds).
Look at this page for some mathematical explanations (chapter "Logistic regression with a single continuous predictor variable").
FAQ: How do I interpret odds ratios in logistic regression?
Some calculations are presented for a one-unit increase in math variable, you can easily replicate it for a 10 unit increase.
Look also at page 156 of this book: Multivariable Analysis: A Practical Guide for Clinicians and Public Health
answered Sep 10 '14 at 15:56
mic_cordmic_cord
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- 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.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f858800%2fconvert-odds-ratio-based-on-unit-change-to-several-unit-changes%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
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