Description Usage Arguments Author(s) Examples
Generic function of summary method for
fitTimeSeriesFactorModel
.
1 2 3 |
object |
An object created by
|
digits |
Integer indicates the number of decimal places. Default is 3. |
... |
Other option used in |
Yi-An Chen.
1 2 3 4 5 6 7 | # load data from the database
data(managers.df)
# fit the factor model with OLS
fit <- fitTimeSeriesFactorModel(assets.names=colnames(managers.df[,(1:6)]),
factors.names=c("EDHEC.LS.EQ","SP500.TR"),
data=managers.df,fit.method="OLS")
summary(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.