diff_diff.WildBootstrapResults#
- class diff_diff.WildBootstrapResults[source]#
Bases:
objectResults from wild cluster bootstrap inference.
- se#
Analytical cluster-robust (CR1) standard error of the coefficient. The wild bootstrap studentizes the test with this SE; it is not a rescaled bootstrap dispersion.
- Type:
- bootstrap_distribution#
Bootstrap distribution of the studentized statistic
t*evaluated at the null (if requested).- Type:
np.ndarray, optional
References
Cameron, A. C., Gelbach, J. B., & Miller, D. L. (2008). Bootstrap-Based Improvements for Inference with Clustered Errors. The Review of Economics and Statistics, 90(3), 414-427.
Methods
__init__(se, p_value, t_stat_original, ...)print_summary()Print formatted summary to stdout.
summary()Generate formatted summary of bootstrap results.
Attributes
- __init__(se, p_value, t_stat_original, ci_lower, ci_upper, n_clusters, n_bootstrap, weight_type, alpha=0.05, p_val_type='two-tailed', bootstrap_distribution=None)#
- classmethod __new__(*args, **kwargs)#