[Eventstudies-commits] r352 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 15 21:33:49 CEST 2014


Author: vikram
Date: 2014-05-15 21:33:49 +0200 (Thu, 15 May 2014)
New Revision: 352

Modified:
   pkg/R/eesInference.R
Log:
Corrected eesDate code by changing outcome.unit to name and event.when to when

Modified: pkg/R/eesInference.R
===================================================================
--- pkg/R/eesInference.R	2014-05-15 19:16:42 UTC (rev 351)
+++ pkg/R/eesInference.R	2014-05-15 19:33:49 UTC (rev 352)
@@ -693,7 +693,7 @@
   days.bad.purged <- index(data.no.cluster[which(data.no.cluster[,"left.tail"]==1)])
   days.good.purged <- index(data.no.cluster[which(data.no.cluster[,"right.tail"]==1)])
   ## Event list
-  events.good.normal <- data.frame(when=rep("response.series",
+  events.good.normal <- data.frame(name=rep("response.series",
                                      length(days.good.normal)),
                                    when=days.good.normal)
   events.bad.normal <- data.frame(name=rep("response.series",



More information about the Eventstudies-commits mailing list