[Eventstudies-commits] r218 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Mar 25 10:15:27 CET 2014


Author: vikram
Date: 2014-03-25 10:15:27 +0100 (Tue, 25 Mar 2014)
New Revision: 218

Removed:
   pkg/man/AMM.Rd
Log:
removing AMM.Rd which refers to old documentation

Deleted: pkg/man/AMM.Rd
===================================================================
--- pkg/man/AMM.Rd	2014-03-24 21:47:13 UTC (rev 217)
+++ pkg/man/AMM.Rd	2014-03-25 09:15:27 UTC (rev 218)
@@ -1,40 +0,0 @@
-\name{AMM}
-\alias{AMM}
-
-\title{A function that estimates exposure for a single firm over multiple periods}
-
-\description{This function computes AMM residuals}
-
-\usage{
-AMM(...)
-}
-
-\arguments{
-  \item{...}{Accepts specific arguments for the model.}
-}
-\value{ This function computes AMM residual using onefirmAMM function.
-}
-
-\author{Vikram Bahure}
-
-\seealso{ \code{\link{firmExposures}},
-\code{\link{onefirmAMM}}}
-
-\examples{ 
-# Create RHS before running AMM()
-data("y3c3")
-NIFTY_INDEX <- y3c3$NIFTY_INDEX
-INRUSD <- y3c3$INRUSD
-Company_A <- y3c3$Company_A
-Company_B <- y3c3$Company_B
-Company_C <- y3c3$Company_C
-regressand <- cbind(Company_A,Company_B,Company_C)
-
-## One firm
-of <- AMM(firm.returns=Company_A,
-           verbose=FALSE,
-           market.returns=NIFTY_INDEX, others=INRUSD,
-           switch.to.innov=TRUE, market.returns.purge=TRUE, nlags=1)
-}
-
-\keyword{AMM}



More information about the Eventstudies-commits mailing list