View source: R/post_test_analysis.R
ConfIntervals | R Documentation |
Calculate the Aggregate ATT Confidence Intervals
ConfIntervals(
augsynth,
treatment_start_time,
treatment_end_time,
alpha,
stat_func,
method,
grid_size,
conformal_type,
ns
)
augsynth |
Augsynth object. |
treatment_start_time |
Time index of the start of the treatment. |
treatment_end_time |
Time index of the end of the treatment. |
alpha |
Significance level. Set to 0.1 by default. |
stat_func |
Function to compute the test statistic. |
method |
A string indicating the method used to calculate the aggregate ATT Confidence Intervals.
|
grid_size |
Number of grid points to use when inverting the hypothesis test for Conformal Inference. |
conformal_type |
Type of conformal inference used. Can be either "iid" for Independent and identically distributed or "block" for moving block permutations. Set to "iid" by default. |
ns |
Number of resamples for "iid" permutations if |
List the Confidence Interval for the specified alpha.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.