What does coefficient mean for a binary independent variable in multiple linear regression? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Moderator Election Q&A - Questionnaire 2019 Community Moderator Election ResultsHow to start analysing and modelling data for an academic project, when not a statistician or data scientistCan we predict correlation between independent variables based on dependent variablesMultiple linear regression, fMRIWhat is this formula, related to simple linear regression, called?Interpreting Multiple Linear RegressionUsing Decision Tree methodology to identify Independent Variables for Multiple Regressionnon-binary nominal variable in linear regressionLinear Model for Linear RegressionIn linear regression, is there anything I can do if the coefficient for one of the features is unrealistic/inappropriate?Correlation / regression / association between one categorical variable and two non-independent others
How does the particle を relate to the verb 行く in the structure「A を + B に行く」?
Short Story with Cinderella as a Voo-doo Witch
What's inside the kernel part of virtual memory of 64 bit linux processes?
Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?
Storing hydrofluoric acid before the invention of plastics
How discoverable are IPv6 addresses and AAAA names by potential attackers?
Why did the IBM 650 use bi-quinary?
How to find out what spells would be useless to a blind NPC spellcaster?
What is the role of the transistor and diode in a soft start circuit?
Why did the rest of the Eastern Bloc not invade Yugoslavia?
ListPlot join points by nearest neighbor rather than order
Why is my conclusion inconsistent with the van't Hoff equation?
Should I use a zero-interest credit card for a large one-time purchase?
How do I stop a creek from eroding my steep embankment?
What would be the ideal power source for a cybernetic eye?
How would the world control an invulnerable immortal mass murderer?
In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'?
Overriding an object in memory with placement new
Identify plant with long narrow paired leaves and reddish stems
Align equal signs while including text over equalities
What's the purpose of writing one's academic biography in the third person?
Why do we bend a book to keep it straight?
Extract all GPU name, model and GPU ram
Why are there no cargo aircraft with "flying wing" design?
What does coefficient mean for a binary independent variable in multiple linear regression?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Moderator Election Q&A - Questionnaire
2019 Community Moderator Election ResultsHow to start analysing and modelling data for an academic project, when not a statistician or data scientistCan we predict correlation between independent variables based on dependent variablesMultiple linear regression, fMRIWhat is this formula, related to simple linear regression, called?Interpreting Multiple Linear RegressionUsing Decision Tree methodology to identify Independent Variables for Multiple Regressionnon-binary nominal variable in linear regressionLinear Model for Linear RegressionIn linear regression, is there anything I can do if the coefficient for one of the features is unrealistic/inappropriate?Correlation / regression / association between one categorical variable and two non-independent others
$begingroup$
Let's say I have a multiple linear regression model where my dependent variable, Y, is an integer. And, one of my independent variables --x1-- is binary --let's say either 0 or 1.
We know that sign of the coefficient for x1 in the model, positive or negative, demonstrates its correlation with Y. My question though is, is there anyway for us to know that what the correlation of x1 values independently, 0 or 1, is with the dependent variable? For instance, do we know if that 0 is the reason for the sign of coefficient and the more 0 will lead to more Y (not sure if this is the correct language but hope you understand what I am saying.)
A real-world example, I have a multiple linear regression model to find the correlation of a set of numeric indexes in tweets, as independent variables, with the number of retweets as dependent variable. One of the independent variables in this model is the tweet's fact checking label, "true" or "false" which we call it "truth_label." I have trained a multiple linear regression model and the coefficient of the truth_label is positive meaning that it has a positive correlation with the number of shares. But, I would like to know if that positive correlation is because of the "true" values or "false" values. Hope this example made my question a bit more clear.
linear-regression correlation
$endgroup$
add a comment |
$begingroup$
Let's say I have a multiple linear regression model where my dependent variable, Y, is an integer. And, one of my independent variables --x1-- is binary --let's say either 0 or 1.
We know that sign of the coefficient for x1 in the model, positive or negative, demonstrates its correlation with Y. My question though is, is there anyway for us to know that what the correlation of x1 values independently, 0 or 1, is with the dependent variable? For instance, do we know if that 0 is the reason for the sign of coefficient and the more 0 will lead to more Y (not sure if this is the correct language but hope you understand what I am saying.)
A real-world example, I have a multiple linear regression model to find the correlation of a set of numeric indexes in tweets, as independent variables, with the number of retweets as dependent variable. One of the independent variables in this model is the tweet's fact checking label, "true" or "false" which we call it "truth_label." I have trained a multiple linear regression model and the coefficient of the truth_label is positive meaning that it has a positive correlation with the number of shares. But, I would like to know if that positive correlation is because of the "true" values or "false" values. Hope this example made my question a bit more clear.
linear-regression correlation
$endgroup$
add a comment |
$begingroup$
Let's say I have a multiple linear regression model where my dependent variable, Y, is an integer. And, one of my independent variables --x1-- is binary --let's say either 0 or 1.
We know that sign of the coefficient for x1 in the model, positive or negative, demonstrates its correlation with Y. My question though is, is there anyway for us to know that what the correlation of x1 values independently, 0 or 1, is with the dependent variable? For instance, do we know if that 0 is the reason for the sign of coefficient and the more 0 will lead to more Y (not sure if this is the correct language but hope you understand what I am saying.)
A real-world example, I have a multiple linear regression model to find the correlation of a set of numeric indexes in tweets, as independent variables, with the number of retweets as dependent variable. One of the independent variables in this model is the tweet's fact checking label, "true" or "false" which we call it "truth_label." I have trained a multiple linear regression model and the coefficient of the truth_label is positive meaning that it has a positive correlation with the number of shares. But, I would like to know if that positive correlation is because of the "true" values or "false" values. Hope this example made my question a bit more clear.
linear-regression correlation
$endgroup$
Let's say I have a multiple linear regression model where my dependent variable, Y, is an integer. And, one of my independent variables --x1-- is binary --let's say either 0 or 1.
We know that sign of the coefficient for x1 in the model, positive or negative, demonstrates its correlation with Y. My question though is, is there anyway for us to know that what the correlation of x1 values independently, 0 or 1, is with the dependent variable? For instance, do we know if that 0 is the reason for the sign of coefficient and the more 0 will lead to more Y (not sure if this is the correct language but hope you understand what I am saying.)
A real-world example, I have a multiple linear regression model to find the correlation of a set of numeric indexes in tweets, as independent variables, with the number of retweets as dependent variable. One of the independent variables in this model is the tweet's fact checking label, "true" or "false" which we call it "truth_label." I have trained a multiple linear regression model and the coefficient of the truth_label is positive meaning that it has a positive correlation with the number of shares. But, I would like to know if that positive correlation is because of the "true" values or "false" values. Hope this example made my question a bit more clear.
linear-regression correlation
linear-regression correlation
asked 23 mins ago
PedramPedram
1012
1012
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "557"
;
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
);
);
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%2fdatascience.stackexchange.com%2fquestions%2f49436%2fwhat-does-coefficient-mean-for-a-binary-independent-variable-in-multiple-linear%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Data Science 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%2fdatascience.stackexchange.com%2fquestions%2f49436%2fwhat-does-coefficient-mean-for-a-binary-independent-variable-in-multiple-linear%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