powered by
See S3.2 for more details.
SpilloverCRTpower( D, Z, CourtEvent_HearingDate, n = 4, m = 4, size = 2, cand_omegaZtilde = seq(-1.5, 1.5, by = 0.5) )
A data.frame of the result of power analysis.
data.frame
A numeric vector of judge's decision.
A numeric vector of treatment variable.
The court event hearing date.
Number of permutations.
The number of parallel computing. The default is 2.
2
Candidate values
# \donttest{ data(synth) data(hearingdate_synth) crt_power <- SpilloverCRTpower( D = synth$D, Z = synth$Z, CourtEvent_HearingDate = hearingdate_synth, size = 1 ) # adjust the size # }
Run the code above in your browser using DataLab