Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

aarPlot

Averaged Abnormal Return Plot


Description

Averaged abnormal return plots with confidence intervals

For more details see the help vignette: vignette("parameters_eventstudy", package = "EventStudy")

Usage

aarPlot(ResultParserObj, cumSum = F, group = NULL, window = NULL,
  ciStatistics = NULL, p = 0.95, ciType = "band", xlab = "",
  ylab = "Averaged Abnormal Returns", facet = T, ncol = 4)

Arguments

ResultParserObj

An object of class ResultParser

cumSum

plot CAAR

group

set this parameter if just one group should be plotted

window

numeric vector of length 2

ciStatistics

Statistic used for confidence intervals

p

p-value

ciType

type of CI band

xlab

x-axis label

ylab

y-axis label

facet

should each firm get its own plot (default = T)

ncol

number of facet columns

Value

a ggplot2 object

Examples

## Not run: 
# plot averaged abnormal returns in one plot
aarPlot(resultParser)

# plot averaged abnormal returns with .95-CI
arPlot(resultParser, ciStatistics = "Patell Z",p = .95)

## End(Not run)

EventStudy

Event Study Analysis

v0.36
GPL (>= 2)
Authors
Dr. Simon Mueller
Initial release
2019-03-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.