@@ -1274,7 +1274,6 @@ TROP(
12741274 max_iter = 100 , # Max iterations for factor estimation
12751275 tol = 1e-6 , # Convergence tolerance
12761276 alpha = 0.05 , # Significance level
1277- variance_method = ' bootstrap' , # 'bootstrap' or 'jackknife'
12781277 n_bootstrap = 200 , # Bootstrap replications
12791278 seed = None # Random seed
12801279)
@@ -1874,8 +1873,7 @@ TROP(
18741873 max_iter = 100 , # Max iterations for factor estimation
18751874 tol = 1e-6 , # Convergence tolerance
18761875 alpha = 0.05 , # Significance level for CIs
1877- variance_method = ' bootstrap' , # 'bootstrap' or 'jackknife'
1878- n_bootstrap = 200 , # Bootstrap/jackknife iterations
1876+ n_bootstrap = 200 , # Bootstrap replications
18791877 seed = None # Random seed
18801878)
18811879```
@@ -1899,7 +1897,7 @@ Note: TROP infers treatment periods from the treatment indicator column. The tre
18991897| Attribute | Description |
19001898| -----------| -------------|
19011899| ` att ` | Average Treatment effect on the Treated |
1902- | ` se ` | Standard error (bootstrap or jackknife ) |
1900+ | ` se ` | Standard error (bootstrap) |
19031901| ` t_stat ` | T-statistic |
19041902| ` p_value ` | P-value |
19051903| ` conf_int ` | Confidence interval |
@@ -1918,7 +1916,6 @@ Note: TROP infers treatment periods from the treatment indicator column. The tre
19181916| ` loocv_score ` | LOOCV score for selected parameters |
19191917| ` n_pre_periods ` | Number of pre-treatment periods |
19201918| ` n_post_periods ` | Number of post-treatment periods |
1921- | ` variance_method ` | Variance estimation method |
19221919| ` bootstrap_distribution ` | Bootstrap distribution (if bootstrap) |
19231920
19241921** Methods:**
0 commit comments