Does it make sense to use the slope of trend line from a regression as a ratio between x and y
$begingroup$
The regression plots Hours (y) vs jobs (x). Let's say the equation is: y = 0.4x + 90
Is it okay to say that the time for each job is 0.4 hours?
regression
New contributor
$endgroup$
add a comment |
$begingroup$
The regression plots Hours (y) vs jobs (x). Let's say the equation is: y = 0.4x + 90
Is it okay to say that the time for each job is 0.4 hours?
regression
New contributor
$endgroup$
3
$begingroup$
The incremental time for each job is 0.4 hours. For the actual time you have to take into account the 90 hour constant
$endgroup$
– Jake Westfall
8 hours ago
$begingroup$
The estimate of the expected marginal time for each job would be 0.4 hours (i.e. adding a job will on average add 0.4 hours). It may be that no job will take 0.4 hours, even on average, because that intercept term is large - it depends on how that 90 is allocated to jobs
$endgroup$
– Glen_b♦
6 hours ago
add a comment |
$begingroup$
The regression plots Hours (y) vs jobs (x). Let's say the equation is: y = 0.4x + 90
Is it okay to say that the time for each job is 0.4 hours?
regression
New contributor
$endgroup$
The regression plots Hours (y) vs jobs (x). Let's say the equation is: y = 0.4x + 90
Is it okay to say that the time for each job is 0.4 hours?
regression
regression
New contributor
New contributor
New contributor
asked 8 hours ago
user234979user234979
311
311
New contributor
New contributor
3
$begingroup$
The incremental time for each job is 0.4 hours. For the actual time you have to take into account the 90 hour constant
$endgroup$
– Jake Westfall
8 hours ago
$begingroup$
The estimate of the expected marginal time for each job would be 0.4 hours (i.e. adding a job will on average add 0.4 hours). It may be that no job will take 0.4 hours, even on average, because that intercept term is large - it depends on how that 90 is allocated to jobs
$endgroup$
– Glen_b♦
6 hours ago
add a comment |
3
$begingroup$
The incremental time for each job is 0.4 hours. For the actual time you have to take into account the 90 hour constant
$endgroup$
– Jake Westfall
8 hours ago
$begingroup$
The estimate of the expected marginal time for each job would be 0.4 hours (i.e. adding a job will on average add 0.4 hours). It may be that no job will take 0.4 hours, even on average, because that intercept term is large - it depends on how that 90 is allocated to jobs
$endgroup$
– Glen_b♦
6 hours ago
3
3
$begingroup$
The incremental time for each job is 0.4 hours. For the actual time you have to take into account the 90 hour constant
$endgroup$
– Jake Westfall
8 hours ago
$begingroup$
The incremental time for each job is 0.4 hours. For the actual time you have to take into account the 90 hour constant
$endgroup$
– Jake Westfall
8 hours ago
$begingroup$
The estimate of the expected marginal time for each job would be 0.4 hours (i.e. adding a job will on average add 0.4 hours). It may be that no job will take 0.4 hours, even on average, because that intercept term is large - it depends on how that 90 is allocated to jobs
$endgroup$
– Glen_b♦
6 hours ago
$begingroup$
The estimate of the expected marginal time for each job would be 0.4 hours (i.e. adding a job will on average add 0.4 hours). It may be that no job will take 0.4 hours, even on average, because that intercept term is large - it depends on how that 90 is allocated to jobs
$endgroup$
– Glen_b♦
6 hours ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
I presume $x$ is number of jobs and $y$ is number of hours to complete it. It's not correct to say that time for each job is 0.4 hours because you have a (pretty large) bias term. This means you have a fix cost. Performing one job takes $90.4$ hours, two jobs $90.8$ hours etc. So, you can say that each additional job takes 0.4 hours. And, time for each job asymptotically approaches $0.4$ hours, i.e. as $xrightarrow infty$.
$endgroup$
add a comment |
$begingroup$
Not exactly. Assuming a simple linear model $y = beta_0 + beta_1 x + epsilon$, the parameter $beta_1$ (in this case $0.4$) represents the effect of a one-unit change in the corresponding $x$ (here jobs) covariate on the mean value of the dependent variable, $y$ (here hours), assuming that any other covariates remain constant at some value.
As the $beta_0$ (the intercept) is $90$, probably there are some other factors that require on average $90$ hours to be taken into account.
It is more relevant to say that each additional job requires an additional $0.4$ hours.
$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: "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
});
}
});
user234979 is a new contributor. Be nice, and check out our Code of Conduct.
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%2fstats.stackexchange.com%2fquestions%2f388636%2fdoes-it-make-sense-to-use-the-slope-of-trend-line-from-a-regression-as-a-ratio-b%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
I presume $x$ is number of jobs and $y$ is number of hours to complete it. It's not correct to say that time for each job is 0.4 hours because you have a (pretty large) bias term. This means you have a fix cost. Performing one job takes $90.4$ hours, two jobs $90.8$ hours etc. So, you can say that each additional job takes 0.4 hours. And, time for each job asymptotically approaches $0.4$ hours, i.e. as $xrightarrow infty$.
$endgroup$
add a comment |
$begingroup$
I presume $x$ is number of jobs and $y$ is number of hours to complete it. It's not correct to say that time for each job is 0.4 hours because you have a (pretty large) bias term. This means you have a fix cost. Performing one job takes $90.4$ hours, two jobs $90.8$ hours etc. So, you can say that each additional job takes 0.4 hours. And, time for each job asymptotically approaches $0.4$ hours, i.e. as $xrightarrow infty$.
$endgroup$
add a comment |
$begingroup$
I presume $x$ is number of jobs and $y$ is number of hours to complete it. It's not correct to say that time for each job is 0.4 hours because you have a (pretty large) bias term. This means you have a fix cost. Performing one job takes $90.4$ hours, two jobs $90.8$ hours etc. So, you can say that each additional job takes 0.4 hours. And, time for each job asymptotically approaches $0.4$ hours, i.e. as $xrightarrow infty$.
$endgroup$
I presume $x$ is number of jobs and $y$ is number of hours to complete it. It's not correct to say that time for each job is 0.4 hours because you have a (pretty large) bias term. This means you have a fix cost. Performing one job takes $90.4$ hours, two jobs $90.8$ hours etc. So, you can say that each additional job takes 0.4 hours. And, time for each job asymptotically approaches $0.4$ hours, i.e. as $xrightarrow infty$.
answered 8 hours ago
gunesgunes
3,8901112
3,8901112
add a comment |
add a comment |
$begingroup$
Not exactly. Assuming a simple linear model $y = beta_0 + beta_1 x + epsilon$, the parameter $beta_1$ (in this case $0.4$) represents the effect of a one-unit change in the corresponding $x$ (here jobs) covariate on the mean value of the dependent variable, $y$ (here hours), assuming that any other covariates remain constant at some value.
As the $beta_0$ (the intercept) is $90$, probably there are some other factors that require on average $90$ hours to be taken into account.
It is more relevant to say that each additional job requires an additional $0.4$ hours.
$endgroup$
add a comment |
$begingroup$
Not exactly. Assuming a simple linear model $y = beta_0 + beta_1 x + epsilon$, the parameter $beta_1$ (in this case $0.4$) represents the effect of a one-unit change in the corresponding $x$ (here jobs) covariate on the mean value of the dependent variable, $y$ (here hours), assuming that any other covariates remain constant at some value.
As the $beta_0$ (the intercept) is $90$, probably there are some other factors that require on average $90$ hours to be taken into account.
It is more relevant to say that each additional job requires an additional $0.4$ hours.
$endgroup$
add a comment |
$begingroup$
Not exactly. Assuming a simple linear model $y = beta_0 + beta_1 x + epsilon$, the parameter $beta_1$ (in this case $0.4$) represents the effect of a one-unit change in the corresponding $x$ (here jobs) covariate on the mean value of the dependent variable, $y$ (here hours), assuming that any other covariates remain constant at some value.
As the $beta_0$ (the intercept) is $90$, probably there are some other factors that require on average $90$ hours to be taken into account.
It is more relevant to say that each additional job requires an additional $0.4$ hours.
$endgroup$
Not exactly. Assuming a simple linear model $y = beta_0 + beta_1 x + epsilon$, the parameter $beta_1$ (in this case $0.4$) represents the effect of a one-unit change in the corresponding $x$ (here jobs) covariate on the mean value of the dependent variable, $y$ (here hours), assuming that any other covariates remain constant at some value.
As the $beta_0$ (the intercept) is $90$, probably there are some other factors that require on average $90$ hours to be taken into account.
It is more relevant to say that each additional job requires an additional $0.4$ hours.
answered 8 hours ago
usεr11852usεr11852
18.1k13872
18.1k13872
add a comment |
add a comment |
user234979 is a new contributor. Be nice, and check out our Code of Conduct.
user234979 is a new contributor. Be nice, and check out our Code of Conduct.
user234979 is a new contributor. Be nice, and check out our Code of Conduct.
user234979 is a new contributor. Be nice, and check out our Code of Conduct.
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.
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%2fstats.stackexchange.com%2fquestions%2f388636%2fdoes-it-make-sense-to-use-the-slope-of-trend-line-from-a-regression-as-a-ratio-b%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
3
$begingroup$
The incremental time for each job is 0.4 hours. For the actual time you have to take into account the 90 hour constant
$endgroup$
– Jake Westfall
8 hours ago
$begingroup$
The estimate of the expected marginal time for each job would be 0.4 hours (i.e. adding a job will on average add 0.4 hours). It may be that no job will take 0.4 hours, even on average, because that intercept term is large - it depends on how that 90 is allocated to jobs
$endgroup$
– Glen_b♦
6 hours ago