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