make_coef_plot: Rolling Event Study

Description Usage Arguments Value Author(s)

View source: R/make_coef_plot.R

Description

Rolling Event Study

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
make_coef_plot(
  event_study,
  labels = NULL,
  y_axis_unit = 0.1,
  y_axis_breaks = 10,
  x_axis_breaks = 10,
  source = "",
  include_labs = TRUE,
  confidence_intervals = TRUE
)

Arguments

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

Value

ggplot object

Author(s)

Levi Moneyhun


moneyhun/eventful documentation built on Jan. 3, 2022, 12:49 p.m.