print.tsfm | R Documentation |
S3 print
method for object of class tsfm
. Prints
the call, factor model dimension, regression coefficients, r-squared and
residual volatilities from the fitted object.
## S3 method for class 'tsfm'
print(x, digits = max(3, .Options$digits - 3), ...)
x |
an object of class |
digits |
an integer value, to indicate the required number of significant digits. Default is 3. |
... |
optional arguments passed to the |
Yi-An Chen and Sangeetha Srinivasan
fitTsfm
, summary.tsfm
data(managers, package = 'PerformanceAnalytics')
fit <- fitTsfm(asset.names=colnames(managers[,(1:6)]),
factor.names=colnames(managers[,7:9]),
mkt.name="SP500.TR", data=managers)
print(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.