Plot the standardized effect estimate over time, with optional bootstrap confidence bounds if available.
# S3 method for mrt_effect_size
plot(
x,
show_ci = TRUE,
col = "black",
lwd = 1.5,
ci_col = "red",
ci_lty = 2,
...
)An object of class "mrt_effect_size".
Logical; if TRUE and CIs are available, plot the
lower and upper confidence bounds.
Color for the estimate line.
Line width for the estimate line.
Color for CI lines.
Line type for CI lines.
Additional arguments passed to [plot()].