PlotSpilloverCRT: Plot conditional randomization test

View source: R/crt.R

PlotSpilloverCRTR Documentation

Plot conditional randomization test

Description

See Figure S8 for example.

Usage

PlotSpilloverCRT(res)

Arguments

res

A list generated with SpilloverCRT.

Value

A ggplot

Examples


data(synth)
data(hearingdate_synth)
crt <- SpilloverCRT(D = synth$D, Z = synth$Z, CourtEvent_HearingDate = hearingdate_synth)
PlotSpilloverCRT(crt)



aihuman documentation built on April 12, 2025, 1:47 a.m.