[Eventstudies-commits] r51 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Apr 4 09:10:57 CEST 2013


Author: vikram
Date: 2013-04-04 09:10:57 +0200 (Thu, 04 Apr 2013)
New Revision: 51

Modified:
   pkg/man/eventDays.Rd
   pkg/man/inr.Rd
   pkg/man/remap.cumprod.Rd
Log:
Minor modifications in documentation

Modified: pkg/man/eventDays.Rd
===================================================================
--- pkg/man/eventDays.Rd	2013-04-04 06:52:55 UTC (rev 50)
+++ pkg/man/eventDays.Rd	2013-04-04 07:10:57 UTC (rev 51)
@@ -7,7 +7,7 @@
 \title{List of event dates for S&P 500}
 
 \description{
-  This series is an input for the examples in the eventstudy framework. It is a data frame with two columns 'unit' and 'when'. The column 'when' has event dates for S&P 500 while column 'unit' has list of response series' column names. In this data frame, 'unit' is 'nifty' which corresponds with column name of the 'eventstudyData'. Here, 1% tail values are termed as extreme events days, in this example we take upper tail events.
+  This series is an input for the examples in the eventstudy framework. It is a data frame with two columns 'unit' and 'when'. The column 'when' has event dates for S&P 500 while column 'unit' has list of response series' column names. In this data frame, 'unit' is 'nifty' which corresponds with column name of the 'eventstudyData'. Here, 1\% tail values are termed as extreme events days, in this example we take upper tail events.
 }
 
 \usage{data(eventDays)}

Modified: pkg/man/inr.Rd
===================================================================
--- pkg/man/inr.Rd	2013-04-04 06:52:55 UTC (rev 50)
+++ pkg/man/inr.Rd	2013-04-04 07:10:57 UTC (rev 51)
@@ -12,6 +12,5 @@
 }
 \examples{
 data(inr)
-## maybe str(inr.rda) ; plot(inr.rda) ...
 }
 \keyword{datasets}

Modified: pkg/man/remap.cumprod.Rd
===================================================================
--- pkg/man/remap.cumprod.Rd	2013-04-04 06:52:55 UTC (rev 50)
+++ pkg/man/remap.cumprod.Rd	2013-04-04 07:10:57 UTC (rev 51)
@@ -29,6 +29,5 @@
 es.results <- phys2eventtime(z=eventstudyData, events=eventDays,width=5)
 es.w <- window(es.results$z.e, start=-5, end=+5)
 eventtime <- remap.cumprod(es.w, is.pc=FALSE, is.returns=TRUE, base=0)
-eventtime
 }
 



More information about the Eventstudies-commits mailing list