[Eventstudies-commits] r207 - pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Mar 20 18:42:44 CET 2014
Author: vikram
Date: 2014-03-20 18:42:44 +0100 (Thu, 20 Mar 2014)
New Revision: 207
Modified:
pkg/R/ees.R
Log:
Fixed eesPlot error.
Modified: pkg/R/ees.R
===================================================================
--- pkg/R/ees.R 2014-03-18 21:20:31 UTC (rev 206)
+++ pkg/R/ees.R 2014-03-20 17:42:44 UTC (rev 207)
@@ -816,7 +816,7 @@
# Replaing NA's with zeroes
es.w[is.na(es.w)] <- 0
es.w <- remap.cumsum(es.w, is.pc=FALSE, base=0)
- inference.bootstrap(es.w)
+ inference.bootstrap(es.w,to.plot=FALSE)
}
#----------------------------------
More information about the Eventstudies-commits
mailing list