Skip to content

Commit 7affcca

Browse files
committed
Fixed version history in boottest.ado which was missing 1.8.1
1 parent 8487eb8 commit 7affcca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

boottest.ado

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*! boottest 1.8.1 1 October 2017
1+
*! boottest 1.8.2 1 October 2017
22
*! Copyright (C) 2015-17 David Roodman
33

44
* This program is free software: you can redistribute it and/or modify
@@ -609,7 +609,8 @@ program define _boottest, rclass sortpreserve
609609
end
610610

611611
* Version history
612-
* 1.8.1 Fixed bug after ML: was using V from unconstrained instead of constrained fit
612+
* 1.8.2 Fixed bug after ML: was using V from unconstrained instead of constrained fit
613+
* 1.8.1 Fixed bugs in handling robust non-cluster
613614
* 1.8.0 Reworked multiway clustering to first collapse data to one obs per all-cluster-var intersections.
614615
* Reworked test stat computation for df>1 to mostly iterate over constraints rather than replications. Speeds AR test too.
615616
* 1.7.1 Changed residual dof for multi-way clustered, small-sample-corrected models to smallest number of groups across grouping variables

0 commit comments

Comments
 (0)