cohortvar2 now accepts a character vector of length M-1 (e.g. c("G2", "G3") for three events)add_base_period parameter: inserts a zero-ATT placeholder at the base period in result_type = "dynamic" resultsonly_est_min and only_est_max in exper: restrict estimation to a specific event-time range in dynamic mode, skipping g-t pairs outside the windowanticipation/anticipation2, time-varying weights, and balanced_event_time exceeding data rangeparglm dependency for multi-threaded propensity score estimation; thread count automatically matched to getDTthreads() (or 1 when parallel = TRUE)parallel, parallization for unix systems, useful if the number of g-t is large.full, return full result such as influence function, aggregate scheme, and suchmin/max_dynamic, custom_scheme to experimental features0.9.9.1 (2024/9/13): fix a bug that affects not-yet control with max treated group != max time
Some BREAKING change is introduced in this update.
cband and significance level alpha, confidence interval are now provided in result as column att_ciub and att_cilbfiltervar, max_control_cohort_diff, min_control_cohort_diff are moved into the experimental features. See the above section for the explanation.max_dynamic and min_dynamic as experimental features.gt, some internal interface overhaul0.9.3.1 (2024/5/24): fix the bug with univar == clustervar (TODO: address problems with name-changing and collision).
0.9.3.2 (2024/7/17): fix group_time result when using control_type = "notyet" and make the base period in plots adapt to anticipation.
0.9.3.3 (2024/7/22): fix anticipation out of bound problem, more permanent solution for group_time target problem