[Eventstudies-commits] r262 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Mar 29 15:55:11 CET 2014
Author: chiraganand
Date: 2014-03-29 15:55:11 +0100 (Sat, 29 Mar 2014)
New Revision: 262
Modified:
pkg/man/phys2eventtime.Rd
Log:
Added lvalue to example result, removed extra brace.
Modified: pkg/man/phys2eventtime.Rd
===================================================================
--- pkg/man/phys2eventtime.Rd 2014-03-29 14:25:20 UTC (rev 261)
+++ pkg/man/phys2eventtime.Rd 2014-03-29 14:55:11 UTC (rev 262)
@@ -35,7 +35,7 @@
event date.
For a given \dQuote{width}, if there is any \sQuote{NA} in the event
- window, then the last observation is carried forward.}
+ window, then the last observation is carried forward.
Currently this function requires \dQuote{z} to have at least one
\emph{column}. It relies on \sQuote{colnames} of z for the series
@@ -62,7 +62,7 @@
\examples{
data(StockPriceReturns)
data(SplitDates)
-phys2eventtime(z = StockPriceReturns, events = SplitDates, width = 5)
+result <- phys2eventtime(z = StockPriceReturns, events = SplitDates, width = 5)
}
\keyword{ phys2eventime }
More information about the Eventstudies-commits
mailing list