Fix the behavior of the parallel argument so that it works on Windows / RStudio.
Consolidate se_boot behavior:
In the updated version, W matrix is composed via bootstrap regardless of se_boot;
When se_boot = TRUE, the standard error for the double DID will be based on the bootstrap samples; if FALSE the asymptotic variance formula will be used. Default is FALSE.
parallel
argument so that it works on Windows / RStudio.se_boot
behavior:W
matrix is composed via bootstrap regardless ofse_boot
;se_boot = TRUE
, the standard error for the double DID will be based on the bootstrap samples; ifFALSE
the asymptotic variance formula will be used. Default isFALSE
.