summary.pafm | R Documentation |
"pafm"
object.Generic function of summary method for paFm
.
## S3 method for class 'pafm'
summary(object, digits = max(3, .Options$digits - 3), ...)
object |
|
digits |
integer indicating the number of decimal places. Default is 3. |
... |
Other arguments for |
Yi-An Chen.
# load data from the database
data(managers, package = 'PerformanceAnalytics')
# fit the factor model with LS
fit.ts <- fitTsfm(asset.names = colnames(managers[,(1:6)]),
factor.names = c("EDHEC LS EQ","SP500 TR"),
data = managers)
fm.attr <- paFm(fit.ts)
summary(fm.attr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.