Hello,
I am running this Poisson regression in Stata 17:
poisson num_collisions perc_complete_shapeLength LAmetro_trip_frequency precip_accum_24_hour_mm_sq i.season,irr vce(robust)
Quick variable descriptions:
num_collisions = number of cycling collisions on a given day within the area I am studying
perc_complete_shapeLength = the percentage completion of cycling lanes being painted within the same area (this is my main variable of interest)
LAmetro_trip_frequency = the number of daily metro bike share trips, used as a proxy for overall cycling ridership
precip_accum_24_hour_mm_sq = squared mm of daily rain
i.season = seasonal indicator
When I run this regression using the perc_complete_shapeLength as measured from 0-100, I get an IRR value of .9959869.
I figured I would see what were to happen if I scaled the percentage from 0-1, by dividing the variable by 100. To my surprise, the IRR value changed to .668905. All the other IRR values remained exactly the same, as well as the p values.
Does anyone know why this would be?
Also- I am still a bit confused on how to interpret these IRR values if anyone has advice on that.
All the best,
Clark
I am running this Poisson regression in Stata 17:
poisson num_collisions perc_complete_shapeLength LAmetro_trip_frequency precip_accum_24_hour_mm_sq i.season,irr vce(robust)
Quick variable descriptions:
num_collisions = number of cycling collisions on a given day within the area I am studying
perc_complete_shapeLength = the percentage completion of cycling lanes being painted within the same area (this is my main variable of interest)
LAmetro_trip_frequency = the number of daily metro bike share trips, used as a proxy for overall cycling ridership
precip_accum_24_hour_mm_sq = squared mm of daily rain
i.season = seasonal indicator
When I run this regression using the perc_complete_shapeLength as measured from 0-100, I get an IRR value of .9959869.
I figured I would see what were to happen if I scaled the percentage from 0-1, by dividing the variable by 100. To my surprise, the IRR value changed to .668905. All the other IRR values remained exactly the same, as well as the p values.
Does anyone know why this would be?
Also- I am still a bit confused on how to interpret these IRR values if anyone has advice on that.
All the best,
Clark
Comment