powered by
Averaged abnormal return plots with confidence intervals
For more details see the help vignette: vignette("parameters_eventstudy", package = "EventStudy")
vignette("parameters_eventstudy", package = "EventStudy")
aarPlot( ResultParserObj, cumSum = F, group = NULL, window = NULL, ciStatistics = NULL, p = 0.95, ciType = "band", xlab = "", ylab = "Averaged Abnormal Returns", facet = T, ncol = 4 )
a ggplot2 object
An object of class ResultParser
ResultParser
plot CAAR
set this parameter if just one group should be plotted
numeric vector of length 2
Statistic used for confidence intervals
p-value
type of CI band
x-axis label
y-axis label
should each firm get its own plot (default = T)
number of facet columns
if (FALSE) { # plot averaged abnormal returns in one plot aarPlot(resultParser) # plot averaged abnormal returns with .95-CI arPlot(resultParser, ciStatistics = "Patell Z",p = .95) }
Run the code above in your browser using DataLab