[Eventstudies-commits] r214 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Mar 24 21:14:20 CET 2014


Author: chiraganand
Date: 2014-03-24 21:14:19 +0100 (Mon, 24 Mar 2014)
New Revision: 214

Modified:
   pkg/man/phys2eventtime.Rd
Log:
Modified value section formatting.

Modified: pkg/man/phys2eventtime.Rd
===================================================================
--- pkg/man/phys2eventtime.Rd	2014-03-24 19:51:41 UTC (rev 213)
+++ pkg/man/phys2eventtime.Rd	2014-03-24 20:14:19 UTC (rev 214)
@@ -17,8 +17,6 @@
   \item{z}{an object of class \pkg{zoo} containing time series data for
     which the event frame is to be generated. See \sQuote{Details}.}
 
-  %% FIXME: should remove this description from eventstudy.Rd, and point
-  %% it here? eventstudy is a general function, it will need all args description?
   \item{events}{
     \sQuote{data.frame} of two columns containing event
     dates. \dQuote{outcome.unit} consists of column names of the event
@@ -45,19 +43,17 @@
 
 \value{
   Returns a \sQuote{list} of two elements:
+
   \item{z.e}{a zoo object indexed with event time.}
 
-  \item{outcomes}{
-    a \sQuote{character} vector having outcome of each event
-    date. Provides four outcomes: \cr
-    \dQuote{success}: shows the successful use of event date. \cr
-    \dQuote{wdatamissing}: appears when width data is missing around
-    the event. \cr
-    \dQuote{wrongspan}: if event date falls outside the range of physical
-    date. \cr
-    \dQuote{unimissing}: when the unit (firm name) is missing in the event
-    list.
-    }
+  \item{outcomes}{a character vector with outcome of each event date:}
+
+  \itemize{
+    \item{success: shows the successful use of event date.}
+    \item{wdatamissing: appears when width data is missing around the event.}
+    \item{wrongspan: if event date falls outside the range of physical date.}
+    \item{unitmissing: when the unit (firm name) is missing in the event list.}
+  }
 }
 
 \examples{



More information about the Eventstudies-commits mailing list