Can I use rates (e.g., crude rates) as an explanatory variable (covariate) in regression?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty{ margin-bottom:0;
}
up vote
2
down vote
favorite
I am working on formulating a regression problem where my dependent variable is the number of heart disease cases (count data) in a population. I am looking to do an ecological poisson-based regression.
I have crude rate per 100,000 population for smoking, where:
crude rate = (total number of smokers / total number of persons in the population) x 100,000
I would like to know if it is possible to directly use ' crude rates' as an independent, explanatory variable in my regression problem. Generally speaking, I know in regression problems 'percentages' can be used, but not sure about 'rates'. Any insights are welcome.
regression poisson-regression epidemiology
add a comment |
up vote
2
down vote
favorite
I am working on formulating a regression problem where my dependent variable is the number of heart disease cases (count data) in a population. I am looking to do an ecological poisson-based regression.
I have crude rate per 100,000 population for smoking, where:
crude rate = (total number of smokers / total number of persons in the population) x 100,000
I would like to know if it is possible to directly use ' crude rates' as an independent, explanatory variable in my regression problem. Generally speaking, I know in regression problems 'percentages' can be used, but not sure about 'rates'. Any insights are welcome.
regression poisson-regression epidemiology
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I am working on formulating a regression problem where my dependent variable is the number of heart disease cases (count data) in a population. I am looking to do an ecological poisson-based regression.
I have crude rate per 100,000 population for smoking, where:
crude rate = (total number of smokers / total number of persons in the population) x 100,000
I would like to know if it is possible to directly use ' crude rates' as an independent, explanatory variable in my regression problem. Generally speaking, I know in regression problems 'percentages' can be used, but not sure about 'rates'. Any insights are welcome.
regression poisson-regression epidemiology
I am working on formulating a regression problem where my dependent variable is the number of heart disease cases (count data) in a population. I am looking to do an ecological poisson-based regression.
I have crude rate per 100,000 population for smoking, where:
crude rate = (total number of smokers / total number of persons in the population) x 100,000
I would like to know if it is possible to directly use ' crude rates' as an independent, explanatory variable in my regression problem. Generally speaking, I know in regression problems 'percentages' can be used, but not sure about 'rates'. Any insights are welcome.
regression poisson-regression epidemiology
regression poisson-regression epidemiology
asked Nov 10 at 9:15
user121
13511
13511
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
2
down vote
accepted
According to this source, "Rates are a special type of ratio that incorporate the dimension of time into the denominator".
"For example:
A mortality rate is the proportion of deaths occurring over a span of time in a population. "
"Strictly speaking, these are all proportions, but incidence rates or incidence density is a measurement of the frequency of a health outcome that is more like a true rate. ...Similar to computation of an average speed for an automobile, an incidence rate is computed by dividing the total number of health-related events that occurred by the total exposure time at risk for the group."
Below is an illustration of incidence rate taken from the above source. Here, the average rate at which the outcome occurred was 3/ 100 person-years of observed exposure time. That average rate can be expressed as a proportion.
Taking that into account, I fail to see why you cannot use a rate as covariate in a regression model, provided that the covariate is a meaningful predictor of your outcome, and that other issues such as potential attrition bias and endogeneity have been addressed.
For the case where the rate or proportion is the outcome variable, then I would recommend beta-regression.
So, my answer is yes.

add a comment |
up vote
1
down vote
Yes, but you might want to apply feature scaling to the crude rate (other features as well) before using it to train your Poisson regression model.
1
Can you please explain why you think feature scaling is important? Without explanation this is more of a comment.
– kjetil b halvorsen
Nov 10 at 13:36
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
According to this source, "Rates are a special type of ratio that incorporate the dimension of time into the denominator".
"For example:
A mortality rate is the proportion of deaths occurring over a span of time in a population. "
"Strictly speaking, these are all proportions, but incidence rates or incidence density is a measurement of the frequency of a health outcome that is more like a true rate. ...Similar to computation of an average speed for an automobile, an incidence rate is computed by dividing the total number of health-related events that occurred by the total exposure time at risk for the group."
Below is an illustration of incidence rate taken from the above source. Here, the average rate at which the outcome occurred was 3/ 100 person-years of observed exposure time. That average rate can be expressed as a proportion.
Taking that into account, I fail to see why you cannot use a rate as covariate in a regression model, provided that the covariate is a meaningful predictor of your outcome, and that other issues such as potential attrition bias and endogeneity have been addressed.
For the case where the rate or proportion is the outcome variable, then I would recommend beta-regression.
So, my answer is yes.

add a comment |
up vote
2
down vote
accepted
According to this source, "Rates are a special type of ratio that incorporate the dimension of time into the denominator".
"For example:
A mortality rate is the proportion of deaths occurring over a span of time in a population. "
"Strictly speaking, these are all proportions, but incidence rates or incidence density is a measurement of the frequency of a health outcome that is more like a true rate. ...Similar to computation of an average speed for an automobile, an incidence rate is computed by dividing the total number of health-related events that occurred by the total exposure time at risk for the group."
Below is an illustration of incidence rate taken from the above source. Here, the average rate at which the outcome occurred was 3/ 100 person-years of observed exposure time. That average rate can be expressed as a proportion.
Taking that into account, I fail to see why you cannot use a rate as covariate in a regression model, provided that the covariate is a meaningful predictor of your outcome, and that other issues such as potential attrition bias and endogeneity have been addressed.
For the case where the rate or proportion is the outcome variable, then I would recommend beta-regression.
So, my answer is yes.

add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
According to this source, "Rates are a special type of ratio that incorporate the dimension of time into the denominator".
"For example:
A mortality rate is the proportion of deaths occurring over a span of time in a population. "
"Strictly speaking, these are all proportions, but incidence rates or incidence density is a measurement of the frequency of a health outcome that is more like a true rate. ...Similar to computation of an average speed for an automobile, an incidence rate is computed by dividing the total number of health-related events that occurred by the total exposure time at risk for the group."
Below is an illustration of incidence rate taken from the above source. Here, the average rate at which the outcome occurred was 3/ 100 person-years of observed exposure time. That average rate can be expressed as a proportion.
Taking that into account, I fail to see why you cannot use a rate as covariate in a regression model, provided that the covariate is a meaningful predictor of your outcome, and that other issues such as potential attrition bias and endogeneity have been addressed.
For the case where the rate or proportion is the outcome variable, then I would recommend beta-regression.
So, my answer is yes.

According to this source, "Rates are a special type of ratio that incorporate the dimension of time into the denominator".
"For example:
A mortality rate is the proportion of deaths occurring over a span of time in a population. "
"Strictly speaking, these are all proportions, but incidence rates or incidence density is a measurement of the frequency of a health outcome that is more like a true rate. ...Similar to computation of an average speed for an automobile, an incidence rate is computed by dividing the total number of health-related events that occurred by the total exposure time at risk for the group."
Below is an illustration of incidence rate taken from the above source. Here, the average rate at which the outcome occurred was 3/ 100 person-years of observed exposure time. That average rate can be expressed as a proportion.
Taking that into account, I fail to see why you cannot use a rate as covariate in a regression model, provided that the covariate is a meaningful predictor of your outcome, and that other issues such as potential attrition bias and endogeneity have been addressed.
For the case where the rate or proportion is the outcome variable, then I would recommend beta-regression.
So, my answer is yes.

edited Nov 10 at 11:21
answered Nov 10 at 9:58
Krantz
759
759
add a comment |
add a comment |
up vote
1
down vote
Yes, but you might want to apply feature scaling to the crude rate (other features as well) before using it to train your Poisson regression model.
1
Can you please explain why you think feature scaling is important? Without explanation this is more of a comment.
– kjetil b halvorsen
Nov 10 at 13:36
add a comment |
up vote
1
down vote
Yes, but you might want to apply feature scaling to the crude rate (other features as well) before using it to train your Poisson regression model.
1
Can you please explain why you think feature scaling is important? Without explanation this is more of a comment.
– kjetil b halvorsen
Nov 10 at 13:36
add a comment |
up vote
1
down vote
up vote
1
down vote
Yes, but you might want to apply feature scaling to the crude rate (other features as well) before using it to train your Poisson regression model.
Yes, but you might want to apply feature scaling to the crude rate (other features as well) before using it to train your Poisson regression model.
answered Nov 10 at 9:53
sPaceVodka
392
392
1
Can you please explain why you think feature scaling is important? Without explanation this is more of a comment.
– kjetil b halvorsen
Nov 10 at 13:36
add a comment |
1
Can you please explain why you think feature scaling is important? Without explanation this is more of a comment.
– kjetil b halvorsen
Nov 10 at 13:36
1
1
Can you please explain why you think feature scaling is important? Without explanation this is more of a comment.
– kjetil b halvorsen
Nov 10 at 13:36
Can you please explain why you think feature scaling is important? Without explanation this is more of a comment.
– kjetil b halvorsen
Nov 10 at 13:36
add a comment |
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%2f376302%2fcan-i-use-rates-e-g-crude-rates-as-an-explanatory-variable-covariate-in-re%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