For the perinatal epidemiologists.
In working with a large population-based perinatal registry dataset, I've assigned a missing value to gestational age and birth weight variables for observations that are categorized as stillbirth. This is so that they are not included when calculating counts and rates of preterm birth, low birth weight and SGA, as well as from other analyses concerning with them as dependent variables.
I'm not particularly interested in stillbirth itself except as a DV at times; however, have I made an error in removing birth weight and gestational age values for stillbirths?
Are there any instances where one would want to include stillbirths in an analysis using gestational age or birth weight as either the DV or IV?
In hindsight, I could have kept those values in and just remember to include "if stillbirth != 1"(not equal 1) in the code, but would be a hassle and a risk of forgetting at times. Thoughts?