File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -451,6 +451,13 @@ program define _boottest, rclass sortpreserve
451451 }
452452 }
453453 }
454+
455+ foreach option in gridmin gridmax gridpoints {
456+ if `df' ! = `:word count ``option''' {
457+ di as err " {cmd:`option'()} option needs " `df' " entries"
458+ exit 199
459+ }
460+ }
454461 }
455462
456463 if `ML' {
@@ -729,6 +736,7 @@ program define _boottest, rclass sortpreserve
729736end
730737
731738* Version history
739+ * 2.3.4 Dropped "Rejection" from axis labels. Added check for righ number of entries in gridmin(), gridmax(), gridpoints().
732740* 2.3.3 Eliminated false warning that neg Hessian not pos def when a parameter is constrained to 0 in model
733741* 2.3.2 Fixed 2.2.0 crash when errors are non-robust
734742* 2.3.1 Fixed 2.2.0 bug--left behind temporary variables
You can’t perform that action at this time.
0 commit comments