Description Usage Arguments Value Author(s)
View source: R/make_resid_plot.R
Residual Plot
1 2 3 4 5 6 7 8 9 | make_resid_plot(
event_study,
labels = NULL,
y_axis_unit = 0.01,
y_axis_breaks = 10,
x_axis_breaks = 10,
source = "",
include_labs = TRUE
)
|
event_study |
The output from rolling_event_study (with simple=FALSE). |
labels |
A named character vector of labels corresponding to the variables in the regression (e.g., c("aaa_ret" = "AAA Inc.","bbb_ret" = "B Co.")). |
y_axis_unit |
unit to which y-axis limits should be expanded. |
y_axis_breaks |
number of y-axis breaks to be attempted |
x_axis_breaks |
number of x-axis breaks |
ggplot object
Levi Moneyhun
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.