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

Model summary if intercept-only #707

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

Model summary if intercept-only #707

wants to merge 2 commits into from

Conversation

leostimpfle
Copy link
Collaborator

Small updates to get_inference and tidy to deal with the case of a model with intercept only. My approach is to let get_inference raise a custom EmptyVcovError if self._vcov is empty but only raise a warning in tidy and return empty results. This also means that derived methods (e.g., summary() only raise a warning).

Closes #702

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

Successfully merging this pull request may close these issues.

Help fail tidy gracefully if model is intercept only
2 participants