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 score test function #265

Closed
jr-leary7 opened this issue Oct 29, 2024 · 0 comments
Closed

fix score test function #265

jr-leary7 opened this issue Oct 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working GEE related to the GEE model backend

Comments

@jr-leary7
Copy link
Owner

  • currently scoreTestGEE() does not properly account for working correlation structure of the full model
  • need to recompute the working variance-covariance matrix for each subject under the desired correlation structure, then sum up contributions to the score vector $\mathbf{U}$ and its variance $\mathbf{V}$
  • can then correctly compute the test statistic and accompanying p-value
@jr-leary7 jr-leary7 added bug Something isn't working GEE related to the GEE model backend labels Oct 29, 2024
@jr-leary7 jr-leary7 self-assigned this Oct 29, 2024
jr-leary7 added a commit that referenced this issue Oct 30, 2024
fixed broken score testing implementation -- closes #265
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GEE related to the GEE model backend
Projects
None yet
Development

No branches or pull requests

1 participant