Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
another problem with offsets/downdated VtV #396
Comments
bbolker
added a commit
that referenced
this issue
Sep 8, 2016
|
|
bbolker |
d7b9946
|
bbolker
added a commit
that referenced
this issue
Sep 8, 2016
|
|
bbolker |
2d44353
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bbolker commentedSep 8, 2016
•
edited
I think we've seen similar issues before, but this one is cleaner/more reasonable.
Test data set is here
A Poisson model with an offset. If we leave the scale of the elapsed time in hours, we fail with a "Downdated VtV error" problem. If we scale the offset to days, the fit succeeds. Is there some sort of solution based on clamping the link function ... ?