[Eventstudies-commits] r37 - in pkg: data man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Feb 11 18:04:48 CET 2013


Author: vikram
Date: 2013-02-11 18:04:48 +0100 (Mon, 11 Feb 2013)
New Revision: 37

Added:
   pkg/data/inputdata.rda
   pkg/man/inputdata.Rd
Removed:
   pkg/data/input.data.rda
   pkg/man/input.data.Rd
Modified:
   pkg/man/identifyextremeevents.Rd
Log:
Changing the name of the dataset as it cannot have dot in the name and renaming it

Deleted: pkg/data/input.data.rda
===================================================================
(Binary files differ)

Copied: pkg/data/inputdata.rda (from rev 36, pkg/data/input.data.rda)
===================================================================
(Binary files differ)

Modified: pkg/man/identifyextremeevents.Rd
===================================================================
--- pkg/man/identifyextremeevents.Rd	2013-02-11 13:00:26 UTC (rev 36)
+++ pkg/man/identifyextremeevents.Rd	2013-02-11 17:04:48 UTC (rev 37)
@@ -34,7 +34,7 @@
 }
 
 \examples{
-data(input.data)
+data(inputdata)
 input <- diff(log(input.data[,"sp500"]))
 output <- identifyextremeevents(input, prob.value=5)
 }

Deleted: pkg/man/input.data.Rd
===================================================================
--- pkg/man/input.data.Rd	2013-02-11 13:00:26 UTC (rev 36)
+++ pkg/man/input.data.Rd	2013-02-11 17:04:48 UTC (rev 37)
@@ -1,19 +0,0 @@
-\name{input.data}
-
-\docType{data}
-
-\alias{Identify extreme events data}
-
-\title{Times series data}
-
-\description{
-  The time series data is available for S&P 500, VIX and Net flows of
-  FII as a percentage of total market capitalisation for India. The
-  sample range for the daily data is from 2000-02-10 to 2011-07-29.
-}
-
-\usage{input.data}
-
-\format{An object with class attributes \code{xts} and \code{zoo} containing three variables with 2036 observations.}
-
-\keyword{datasets}

Copied: pkg/man/inputdata.Rd (from rev 36, pkg/man/input.data.Rd)
===================================================================
--- pkg/man/inputdata.Rd	                        (rev 0)
+++ pkg/man/inputdata.Rd	2013-02-11 17:04:48 UTC (rev 37)
@@ -0,0 +1,19 @@
+\name{inputdata}
+
+\docType{data}
+
+\alias{Identify extreme events data}
+
+\title{Times series data}
+
+\description{
+  The time series data is available for S&P 500, VIX and Net flows of
+  FII as a percentage of total market capitalisation for India. The
+  sample range for the daily data is from 2000-02-10 to 2011-07-29.
+}
+
+\usage{inputdata}
+
+\format{An object with class attributes \code{xts} and \code{zoo} containing three variables with 2036 observations.}
+
+\keyword{datasets}



More information about the Eventstudies-commits mailing list