powered by
Pointwise cumulative abnormal return plots
pointwiseCARPlot(df, firm = NULL, xlab = "", ylab = "pointwise Cumulative Abnormal Returns", facetVar = NULL, ncol = 4)
data.frame with abnormal return in long format;
set this parameter if just one firm should be plotted
x-axis label
y-axis label
should each firm get its own plot. You may plot each firm in an own plot or by each group. (Default: NULL, available: Group and Firm)
number of facet columns
a ggplot2 object
# NOT RUN { # plot abnormal returns in one plot arPlot(resultParser) # plot abnormal returns by group arPlot(resultParser, facetVar = "Group") This function must be revised # } # NOT RUN { # }
Run the code above in your browser using DataLab