Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: clustering option after ivprobit


From   Choudry T Shehzad <[email protected]>
To   [email protected]
Subject   st: clustering option after ivprobit
Date   Tue, 02 Sep 2008 14:12:41 +0200

Dear statalisters:

In stata help pages vce(cluster, clustervariable) and vce (bootstrap)
has been mentioned as options but when I try to run it says

 ivprobit dependent x y l.z  (zz = mz pz), vce(cluster, country),
twostep, first
invalid 'twostep'
r(198);

. ivprobit dependent x y l.z  (zz = mz pz), vce(cluster, country), first
invalid 'first'
r(198);

. ivprobit dependent x y l.z  (zz = mz pz), vce(cluster, country)
option country not allowed
r(198);

. ivprobit dependent x y l.z  (zz = mz pz), vce(boot)
time-series operators are not allowed with bootstrap without panels, see
tsset
r(198);

Only option it accepts is vce(robust). While I want to bootstrap
standard errors on clusters. I understand that ivprobit is not for panel
then why this option has been given after ivprobit. can anybody help?

best regards,

Shehzad
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index