[Eventstudies-commits] r42 - in pkg: inst man vignettes
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Feb 12 14:19:00 CET 2013
Author: vikram
Date: 2013-02-12 14:19:00 +0100 (Tue, 12 Feb 2013)
New Revision: 42
Removed:
pkg/inst/doc/
Modified:
pkg/man/sp500.Rd
pkg/vignettes/eventstudies.Rnw
Log:
Minor modifications
Modified: pkg/man/sp500.Rd
===================================================================
--- pkg/man/sp500.Rd 2013-02-12 10:02:02 UTC (rev 41)
+++ pkg/man/sp500.Rd 2013-02-12 13:19:00 UTC (rev 42)
@@ -12,6 +12,6 @@
\usage{sp500}
-\format{An object with class attributes \code{xts} and \code{zoo} containing three variables with 2036 observations.}
+\format{An object with class attributes \code{xts} and \code{zoo} containing a variable with 2036 observations.}
\keyword{datasets}
Modified: pkg/vignettes/eventstudies.Rnw
===================================================================
--- pkg/vignettes/eventstudies.Rnw 2013-02-12 10:02:02 UTC (rev 41)
+++ pkg/vignettes/eventstudies.Rnw 2013-02-12 13:19:00 UTC (rev 42)
@@ -189,6 +189,7 @@
% Example for understanding
<<>>==
library(xts)
+library(eventstudies)
data(sp500)
input <- diff(log(sp500))*100
output <- identifyextremeevents(input, prob.value=5)
More information about the Eventstudies-commits
mailing list