make_resid_plot: Residual Plot

Description Usage Arguments Value Author(s)

View source: R/make_resid_plot.R

Description

Residual Plot

Usage

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
)

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.