We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
return np.nan
https://github.com/amichuda/statsmodels/blob/c74f4a6e3b593ad4c2ec4dc4adc1a36d8ab48cf4/statsmodels/regression/linear_model.py#L1853
Right now we don't fun a f-stat for the full model, but the statsmodels table has it. Setting it to np.nan for now.
The text was updated successfully, but these errors were encountered:
Yes, sounds good. We can have it once we have access to the full vcov matrix.
Sorry, something went wrong.
Or, I actually implement a 'proper' bootstrapped Wald Tests, which is still on my to do list for fwildclusterboot 😄
No branches or pull requests
https://github.com/amichuda/statsmodels/blob/c74f4a6e3b593ad4c2ec4dc4adc1a36d8ab48cf4/statsmodels/regression/linear_model.py#L1853
Right now we don't fun a f-stat for the full model, but the statsmodels table has it. Setting it to np.nan for now.
The text was updated successfully, but these errors were encountered: