Plotting CausalANOVA
# S3 method for CausalANOVA
plot(
x,
fac.name,
treat.ind = 1,
type = "ConditionalEffect",
space = 15,
xlim,
...
)
An output from CausalANOVA
Factor names to plot. Length should be 2.
Which factor serves as the main treatment. Should be 1 (the first element of fac.name
) or 2 (the second element of fac.name
).
What types of effects to plot. Should be one of AME
, AMIE
and ConditionalEffect
.
Space on the left side of the plot.
Range for the x-axis
Other graphical parameters