Dear all, thank you in advance for your attention.
Only if you have time, I have an epidemiological question
I have a dataset consisting of about 300 records.
This is the list of admissions to an emergency room.
For each of these admissions I have the date of admission and other covariates.
I would like to compare the postcovid period (say from March 9, 2020
to June 30, 2021) and a comparable precovid period (say from March 9, 2018 to June 30, 2019).
I would like to compare the two periods in terms of the number and characteristics of hospitalizations.
I use a binary variable "prepostcovid" to identify the period.
I wonder if you think it is reasonable to use a Poisson regression.
In practice, for the outcome I would create a "count" variable with the value always equal to 1, that is the number of hospitalizations per
each patient (I have no repeated hospitalizations):
Then in STATA i run:
poisson count i.prepostcovid covariate1 covariate2 etc.
and get the IRR.
I obviously know that I have to consider all the assumptions (overdispersion and so on)
The question is: do you think it would make sense to speak of "incidence" from
moment that I am only considering the admissions and not the "no"
hospitalizations "?
Only if you have time, I have an epidemiological question
I have a dataset consisting of about 300 records.
This is the list of admissions to an emergency room.
For each of these admissions I have the date of admission and other covariates.
I would like to compare the postcovid period (say from March 9, 2020
to June 30, 2021) and a comparable precovid period (say from March 9, 2018 to June 30, 2019).
I would like to compare the two periods in terms of the number and characteristics of hospitalizations.
I use a binary variable "prepostcovid" to identify the period.
I wonder if you think it is reasonable to use a Poisson regression.
In practice, for the outcome I would create a "count" variable with the value always equal to 1, that is the number of hospitalizations per
each patient (I have no repeated hospitalizations):
Then in STATA i run:
poisson count i.prepostcovid covariate1 covariate2 etc.
and get the IRR.
I obviously know that I have to consider all the assumptions (overdispersion and so on)
The question is: do you think it would make sense to speak of "incidence" from
moment that I am only considering the admissions and not the "no"
hospitalizations "?
Comment