powered by
See S3.1 for more details.
SpilloverCRT(D, Z, CourtEvent_HearingDate, n = 100, seed.number = 12345)
A list of the observed and permuted test statistics and its p-value.
list
A numeric vector of judge's decision.
A numeric vector of treatment variable.
The court event hearing date.
Number of permutations.
An integer for random number generator.
# \donttest{ data(synth) data(hearingdate_synth) crt <- SpilloverCRT(D = synth$D, Z = synth$Z, CourtEvent_HearingDate = hearingdate_synth) # }
Run the code above in your browser using DataLab