-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hypotheses with q > 2 #7
Comments
Something I forgot to ask in the post above - for q = 2, does |
Excellent. I believe I have fixed the bug. I'm in the middle of some complicated rewriting of the WRE in the main branch, so it would be easier not to put out a new release yet. But let me know if the wait becomes a problem. The Stata boottest does not produce CIs for q=2. It does offer to plot a confidence surface however, and wildboottests() does the same. See the confidence surface example at https://droodman.github.io/WildBootTests.jl/dev/OLSexamples/#Further-examples. |
I did not really think my question through before asking - it makes good sense that there are no CIs for q = 2. Regarding the bug fix, I can develop |
I'm sorry to report that I believe that hypotheses with q = 2 don't match q = 1
q >= 2No small sample adjustments:
With small sample adjustments, the test statistics get closer but don't match:
Above, both statistics are rounded to 209. |
Alexander, I think most of what is going on here is that without the small-sample adjustment, wildboottest() is reporting a chi2 instead of an F statistic. The F statistic is divided by the degree of the test (here, 2), but the chi2 is not. You can get the type of statistic with |
I believe this can be closed - the very small discrepancies in F-stats between WildBootTests.jl & clubSandwich was due to a function argument in
|
Justi FYI, you can find my tests for 'deterministic' equality of Wald Statistics computed via |
Hi David - quick feedback on hypotheses with q > 1: Joint tests of q = 1 or q = 2 hypotheses work fine (and t-stats/F-stats are identical to another R implementation, clubSandwich), but for more than three hypotheses, I receive an error message:
Update: all examples below are produced with the current release version of
WildBootTests.jl
.Part 1: test hypotheses with q = 1 and q = 2
q = 3
The text was updated successfully, but these errors were encountered: