Description Usage Arguments Author(s) Examples
Generic function of print method for
fitFundamentalFactorModel
.
1 2 3 |
x |
Fit object created by fitFundamentalFactorModel. |
digits |
Integer indicating the number of decimal places. Default is 3. |
... |
Other arguments for |
Yi-An Chen.
1 2 3 4 5 6 7 8 9 10 11 | data(Stock.df)
# there are 447 assets
exposure.names <- c("BOOK2MARKET", "LOG.MARKETCAP")
test.fit <- fitFundamentalFactorModel(data=stock,exposure.names=exposure.names,
datevar = "DATE", returnsvar = "RETURN",
assetvar = "TICKER", wls = TRUE,
regression = "classic",
covariance = "classic", full.resid.cov = TRUE,
robust.scale = TRUE)
print(test.fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.