Dear Professor Santos Silva, Thank you very much for your reply and sharing the paper. I went through through the paper. I do not have staggered treatment. I am sharing the code and output for boottest with poisson. Thank you once again.
Code:
poisson Total_workers did i.state_cd i.year i.NIC_2008 [pweight=mult], vce(cluster NIC_2008) boottest did, cluster(NIC_2008) reps(9999) nograph
Code:
. boottest did, cluster(NIC_2008) reps(9999) nograph
Overriding estimator's cluster/robust settings with cluster(NIC_2008)
Re-running regression with null imposed.
Iteration 0: log pseudolikelihood = -6778465.9
Iteration 1: log pseudolikelihood = -6356891.3
Iteration 2: log pseudolikelihood = -6350690.3
Iteration 3: log pseudolikelihood = -6350685.8
Iteration 4: log pseudolikelihood = -6350685.8
Poisson regression Number of obs = 14,709
Wald chi2(23) = 2.21e+07
Log pseudolikelihood = -6350685.8 Prob > chi2 = 0.0000
( 1) [Total_workers]did = 0
(Std. err. adjusted for 24 clusters in NIC_2008)
-----------------------------------------------------------------------------------------
| Robust
Total_workers | Coefficient std. err. z P>|z| [95% conf. interval]
------------------------+----------------------------------------------------------------
did | 0 (omitted)
|
.......
-----------------------------------------------------------------------------------------
Score bootstrap-t, null imposed, 9999 replications, Wald test, clustering by NIC_2008, bootstr
> ap clustering by NIC_2008, Rademacher weights:
did
z = -1.6532
Prob>|z| = 0.1397

Comment