View source: R/summary.mrt_effect_size.R
| plot.mrt_effect_size | R Documentation |
Plot the standardized effect estimate over time, with optional bootstrap confidence bounds if available.
## S3 method for class 'mrt_effect_size'
plot(
x,
show_ci = TRUE,
col = "black",
lwd = 1.5,
ci_col = "red",
ci_lty = 2,
...
)
x |
An object of class |
show_ci |
Logical; if |
col |
Color for the estimate line. |
lwd |
Line width for the estimate line. |
ci_col |
Color for CI lines. |
ci_lty |
Line type for CI lines. |
... |
Additional arguments passed to [plot()]. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.