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

BUG: Allow string type for groups in NominalGEE #8796

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kshedden
Copy link
Contributor

The groups argument may be of any type.

logit_model = gee.GEE(endog, exog, groups,
family=families.Binomial())
logit_results = logit_model.fit(cov_type='naive')
for k in 0,1:

Check failure

Code scanning / CodeQL

Suspicious unused loop iteration variable Error

For loop variable 'k' is not used in the loop body.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants