Learn R Programming

aihuman (version 1.0.0)

PlotSpilloverCRT: Plot conditional randomization test

Description

See Figure S8 for example.

Usage

PlotSpilloverCRT(res)

Value

A ggplot

Arguments

res

A list generated with SpilloverCRT.

Examples

Run this code
# \donttest{
data(synth)
data(hearingdate_synth)
crt <- SpilloverCRT(D = synth$D, Z = synth$Z, CourtEvent_HearingDate = hearingdate_synth)
PlotSpilloverCRT(crt)
# }

Run the code above in your browser using DataLab