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