time_jackknife_plus | R Documentation |
Jackknife+ algorithm over time
time_jackknife_plus(ascm, alpha = 0.05, conservative = F)
ascm |
Fitted 'augsynth' object |
alpha |
Confidence level |
conservative |
Whether to use the conservative jackknife+ procedure |
List that contains:
"att"Vector of ATT estimates
"heldout_att"Vector of ATT estimates with the time period held out
"se"Standard error, always NA but returned for compatibility
"lb"Lower bound of 1 - alpha confidence interval
"ub"Upper bound of 1 - alpha confidence interval
"alpha"Level of confidence interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.