SpilloverCRT | R Documentation |
See S3.1 for more details.
SpilloverCRT(D, Z, CourtEvent_HearingDate, n = 100, seed.number = 12345)
D |
A numeric vector of judge's decision. |
Z |
A numeric vector of treatment variable. |
CourtEvent_HearingDate |
The court event hearing date. |
n |
Number of permutations. |
seed.number |
An integer for random number generator. |
A list
of the observed and permuted test statistics and its p-value.
data(synth)
data(hearingdate_synth)
crt <- SpilloverCRT(D = synth$D, Z = synth$Z, CourtEvent_HearingDate = hearingdate_synth)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.