[Eventstudies-commits] r299 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Apr 30 07:33:29 CEST 2014


Author: chiraganand
Date: 2014-04-30 07:33:28 +0200 (Wed, 30 Apr 2014)
New Revision: 299

Modified:
   pkg/man/eventstudy.Rd
   pkg/man/lmAMM.Rd
Log:
Use the default args in lmAMM example.

Modified: pkg/man/eventstudy.Rd
===================================================================
--- pkg/man/eventstudy.Rd	2014-04-30 05:32:12 UTC (rev 298)
+++ pkg/man/eventstudy.Rd	2014-04-30 05:33:28 UTC (rev 299)
@@ -236,7 +236,6 @@
                  ## model args
                  market.returns = AMMData[, "index.nifty"],
                  others = AMMData[, "currency.inrusd"],
-                 switch.to.innov = FALSE,
                  market.returns.purge = FALSE
                  )
 str(es)

Modified: pkg/man/lmAMM.Rd
===================================================================
--- pkg/man/lmAMM.Rd	2014-04-30 05:32:12 UTC (rev 298)
+++ pkg/man/lmAMM.Rd	2014-04-30 05:33:28 UTC (rev 299)
@@ -78,8 +78,8 @@
 
 \examples{
 data("AMMData")
-data(StockPriceReturns)
-data(NiftyIndex)
+data("StockPriceReturns")
+data("NiftyIndex")
 
 firm.returns <- AMMData[,"Infosys"]
 market.returns <- AMMData[,"index.nifty"]



More information about the Eventstudies-commits mailing list