I am trying to use boottest from SCC and I get error r(3001):
Any suggestions as to what I am doing wrong?
I am running Stata 14.1 IC (03 Mar 2016) and Windows 10 64 bit Build 14279.
Cheers,
Martyn
Code:
. which boottest
C:\Users\Martyn\OneDrive\ado\plus\b\boottest.ado
*! boottest 1.1.6 29 February 2016
*! Copyright (C) 2015-16 David Roodman . use http://web.archive.org/web/20150802214527/http://faculty.econ.ucdavis.edu/~dlmiller/statafiles/collapsed
. regress hasinsurance selfemployed post post_self, cluster(year)
Linear regression Number of obs = 16
F(3, 7) = 531.32
Prob > F = 0.0000
R-squared = 0.9863
Root MSE = .00945
(Std. Err. adjusted for 8 clusters in year)
------------------------------------------------------------------------------
| Robust
hasinsurance | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
selfemployed | -.1567677 .0046412 -33.78 0.000 -.1677423 -.1457931
post | -.0206586 .0037009 -5.58 0.001 -.0294098 -.0119075
post_self | .0548578 .0073574 7.46 0.000 .0374602 .0722553
_cons | .8740288 .001679 520.55 0.000 .8700585 .8779991
------------------------------------------------------------------------------
. constraint 1 post_self=.04
. boottest
(h0(1) assumed)
boottest_stata(): 3001 expected 23 arguments but received 24
<istmt>: - function returned error
r(3001);
I am running Stata 14.1 IC (03 Mar 2016) and Windows 10 64 bit Build 14279.
Cheers,
Martyn

Comment