Skip to content

Commit 5a1c19f

Browse files
committed
Stopped waldtest and scoretest ignoring small option
1 parent 37994a9 commit 5a1c19f

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

boottest.ado

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*! boottest 1.9.0 25 October 2017
1+
*! boottest 1.9.1 30 October 2017
22
*! Copyright (C) 2015-17 David Roodman
33

44
* This program is free software: you can redistribute it and/or modify
@@ -656,6 +656,7 @@ program define _boottest, rclass sortpreserve
656656
end
657657

658658
* Version history
659+
* 1.9.1 Fixed crash with FE and df>1. Stopped waldtest and scoretest ignoring small.
659660
* 1.9.0 Added fixed effect support
660661
* 1.8.3 Added svmat(numer) option
661662
* 1.8.2 Fixed bug after ML: was using V from unconstrained instead of constrained fit

lboottest.mlib

-368 Bytes
Binary file not shown.

scoretest.ado

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ program define scoretest
2525
local 0 `*'
2626

2727
syntax, [h0(passthru) BOOTCLuster(passthru) CLuster(passthru) Robust NONULl QUIetly NOCI NOGRaph SMall MADJust(passthru) Ptype(passthru) gridmin(passthru) gridmax(passthru) gridpoints(passthru) graphopt(passthru) graphname(passthru) Level(passthru)]
28-
boottest `h0s', reps(0) boottype(score) `h0' `nonull' `bootcluster' `cluster' `robust' `quietly' `noci' `madjust' `ptype' `gridmin' `gridmax' `gridpoints' `graphopt' `nograph' `graphopt' `graphname'
28+
boottest `h0s', reps(0) boottype(score) `h0' `nonull' `bootcluster' `cluster' `robust' `quietly' `noci' `small' `madjust' `ptype' `gridmin' `gridmax' `gridpoints' `graphopt' `nograph' `graphopt' `graphname'
2929
end
3030

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 SMall MADJust(passthru) Ptype(passthru) gridmin(passthru) gridmax(passthru) gridpoints(passthru) graphopt(passthru) graphname(passthru) Level(passthru)]
29-
boottest `h0s', nonull reps(0) boottype(score) `h0' `bootcluster' `cluster' `robust' `quietly' `noci' `nograph' `madjust' `ptype' `gridmin' `gridmax' `gridpoints' `graphopt' `graphopt' `graphname'
29+
boottest `h0s', nonull reps(0) boottype(score) `h0' `bootcluster' `cluster' `robust' `quietly' `noci' `nograph' `small' `madjust' `ptype' `gridmin' `gridmax' `gridpoints' `graphopt' `graphopt' `graphname'
3030
end

0 commit comments

Comments
 (0)