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

e(x) fit interpretation #6

Open
IvanWilli opened this issue Apr 4, 2023 · 0 comments
Open

e(x) fit interpretation #6

IvanWilli opened this issue Apr 4, 2023 · 0 comments

Comments

@IvanWilli
Copy link

Hi! great model, congrats. Simple and powerful.
I was exploring this with $\theta=80$, to focus in oldest ages. So I tried with the default example:
ages <- 0:100
years <- 1965:1990
sex <- 'female'
SWEmx <- HMD4mx$SWE[paste(ages), paste(years)]
M <- LinearLink(x = ages, mx = SWEmx, y = years, country = 'SWEDEN', theta = 80, method = 'LSE')
e80 <- 7
LT1 <- LinearLinkLT(M, ex = e80)
LT1$lt$ex[LT1$lt$x==80] #1.16

I was expecting something similar to 7 (when I play with $e_0$ prediction fits input). Am I missunderstanding something?
Thanks!

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