[Eventstudies-commits] r212 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Mar 24 20:39:32 CET 2014
Author: chiraganand
Date: 2014-03-24 20:39:32 +0100 (Mon, 24 Mar 2014)
New Revision: 212
Modified:
pkg/man/eventstudy.Rd
Log:
Small changes to text.
Modified: pkg/man/eventstudy.Rd
===================================================================
--- pkg/man/eventstudy.Rd 2014-03-24 19:31:44 UTC (rev 211)
+++ pkg/man/eventstudy.Rd 2014-03-24 19:39:32 UTC (rev 212)
@@ -30,26 +30,26 @@
}
\item{width}{ % FIXME: needs better description
- \sQuote{integer} of length 1, which creates an event window to study the impact (pre and post event) on the variable
+ integer of length 1, which creates an event window to study the impact (pre and post event) on the variable.
}
\item{type}{
- a scalar of type \sQuote{character}, specifying the market
+ a scalar of type \sQuote{character} specifying the market
model adjustment. Currently supported options are:
\dQuote{marketResidual}, \dQuote{excessReturn}, \dQuote{lmAMM} and
\dQuote{None}. Defaults to \dQuote{marketResidual}. See \sQuote{Details}.
}
- \item{to.remap}{
- \sQuote{logical}, indicating whether to convert event-window returns into cumulative sum, cumulative product or re-index
+ \item{to.remap}{
+ \sQuote{logical}, indicating whether to convert event-window returns into cumulative sum, cumulative product, or re-index.
}
\item{remap}{
\sQuote{character}, this argument is used when \dQuote{to.remap} is
- \sQuote{TRUE}. Provides four options: \cr
- \dQuote{cumsum}: Cumulative sum \cr
- \dQuote{cumprod}: Cumulative product, buy-hold-abnormal-return (BHAR) \cr
- \dQuote{reindex}: re-indexing the event window. \cr
+ \sQuote{TRUE}. Takes three values:
+ \item{cumsum}{Cumulative sum}
+ \item{cumprod}{Cumulative product, buy-hold-abnormal-return (BHAR).}
+ \item{reindex}{Re-indexing the event window.}
Defaults to \dQuote{cumsum}.
}
More information about the Eventstudies-commits
mailing list