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

fix adj_logLik generic model methods #11

Closed
4 tasks done
maebruck opened this issue Sep 21, 2020 · 4 comments
Closed
4 tasks done

fix adj_logLik generic model methods #11

maebruck opened this issue Sep 21, 2020 · 4 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@maebruck
Copy link
Owner

maebruck commented Sep 21, 2020

Fix the following functions:

  • residuals.chantrics()
  • fitted.chantrics()
  • predict.chantrics() -> uses standard errors, check AER, pg. 61ff
  • deviance.chantrics()

When finished, add these functions to the documentation of adj_loglik().

@maebruck maebruck added the bug Something isn't working label Sep 21, 2020
@maebruck maebruck self-assigned this Sep 21, 2020
@maebruck
Copy link
Owner Author

Do these make sense to include?

@maebruck maebruck added the question Further information is requested label Sep 21, 2020
@maebruck
Copy link
Owner Author

maebruck commented Nov 26, 2020

residuals and fitted are now implemented in fb745df ff

@maebruck
Copy link
Owner Author

implementation of predict is hard as wrangling a matrix to simulate a model matrix is rather difficult, especially with the many possibilities that could happen, e.g. intercept/no intercept - and does not scale well

@maebruck
Copy link
Owner Author

maebruck commented Apr 9, 2021

Is now more specific in #68 and #70.

@maebruck maebruck closed this as completed Apr 9, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant