Skip to content

Commit e4a14b1

Browse files
committed
Fixed crash in score test/bootstrap with multiple independent hypotheses
1 parent f68acad commit e4a14b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

boottest.ado

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*! boottest 2.3.5 7 November 2018
1+
*! boottest 2.3.6 4 December 2018
22
*! Copyright (C) 2015-18 David Roodman
33

44
* This program is free software: you can redistribute it and/or modify
@@ -496,6 +496,7 @@ program define _boottest, rclass sortpreserve
496496
local coleq: coleq `b'
497497
if "`:word 1 of `coleq''"=="_" local coleq
498498
local colnames: colnames `b'
499+
local _constraints
499500
forvalues r=1/`=rowsof(`CC0')' {
500501
local terms 0
501502
local _constraint
@@ -736,6 +737,7 @@ program define _boottest, rclass sortpreserve
736737
end
737738

738739
* Version history
740+
* 2.3.6 Fixed crash in score test/bootstrap with multiple independent hypotheses
739741
* 2.3.5 Fixed stupid 2.3.4 crash
740742
* 2.3.4 Dropped "Rejection" from axis labels. Added check for right number of entries in gridmin(), gridmax(), gridpoints().
741743
* 2.3.3 Eliminated false warning that neg Hessian not pos def when a parameter is constrained to 0 in model

lboottest.mlib

-192 KB
Binary file not shown.

0 commit comments

Comments
 (0)