Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Injury rates time trend #4

Open
robj411 opened this issue Dec 16, 2019 · 0 comments
Open

Injury rates time trend #4

robj411 opened this issue Dec 16, 2019 · 0 comments

Comments

@robj411
Copy link
Contributor

robj411 commented Dec 16, 2019

For extrapolation of injury predictions far into the future (e.g. 2040) we will need to consider how we want to the time trend to taper.

For reference, here are the coefficients for the linear 'year' covariate from the most recent injury models.

(Define modelled modes = car, bike, motorcycle, walk. Other modes = NOV, truck, bus, van.)

(1) Modelled vs modelled: -0.020

(2) Modelled cas vs other strike: -0.034

(3) Modelled strike vs other cas: -0.043

(4) Other cas vs other strike: -0.038

To project X years into the future, multiply the current value by exp ( coef * X ). E.g. if we project all models 20 years into the future we expect the number of injuries to decrease to

(1) 67%

(2) 51%

(3) 42%

(4) 47%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant