Skip to content

Commit 29b9df9

Browse files
committed
Fix crash on waldtest, graphopt()
1 parent e0230b4 commit 29b9df9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

unit tests.log

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,16 +1561,16 @@ Wild bootstrap-t, null imposed, 256 replications, Wald test, bootstrap clusterin
15611561
post_self=.04
15621562

15631563
F(2, 7) = 26.6776
1564-
Prob > F = 0.0039
1565-
Sidak-adjusted prob = 0.0078
1564+
Prob > F = 0.0000
1565+
Sidak-adjusted prob = 0.0000
15661566

15671567
Wild bootstrap-t, null imposed, 256 replications, Wald test, bootstrap clustering by year, Rademacher weights:
15681568
post
15691569
post_self=.08
15701570

15711571
F(2, 7) = 16.3553
1572-
Prob > F = 0.0039
1573-
Sidak-adjusted prob = 0.0078
1572+
Prob > F = 0.0000
1573+
Sidak-adjusted prob = 0.0000
15741574
(NLSW, 1988 extract)
15751575

15761576
Wild bootstrap-t, null imposed, 999 replications, Wald test, bootstrap clustering by industry, Rademacher weights:

waldtest.ado

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ program define waldtest
2626
local 0 `*'
2727

2828
syntax, [h0(passthru) BOOTCLuster(passthru) CLuster(passthru) Robust QUIetly NOCI NOGRaph NOSMall SMall MADJust(passthru) Ptype(passthru) gridmin(passthru) gridmax(passthru) gridpoints(passthru) graphopt(passthru) graphname(passthru) Level(passthru) PTOLerance(passthru) MARGins julia float(passthru) issorted]
29-
boottest `h0s', nonull reps(0) boottype(score) `h0' `bootcluster' `cluster' `robust' `quietly' `noci' `ptolerance' `nograph' `nosmall' `small' `madjust' `ptype' `gridmin' `gridmax' `gridpoints' `graphopt' `graphopt' `graphname' `julia' `float' `issorted'
29+
boottest `h0s', nonull reps(0) boottype(score) `h0' `bootcluster' `cluster' `robust' `quietly' `noci' `ptolerance' `nograph' `nosmall' `small' `madjust' `ptype' `gridmin' `gridmax' `gridpoints' `graphopt' `graphname' `julia' `float' `issorted'
3030
end

0 commit comments

Comments
 (0)