print.sfm: Prints a fitted statistical factor model

Description Usage Arguments Author(s) See Also Examples

Description

S3 print method for object of class sfm. Prints the call, factor model dimensions and summary statistics for the estimated factor loadings, r-squared values and residual volatilities from the fitted object.

Usage

1
2
## S3 method for class 'sfm'
print(x, digits = max(3, .Options$digits - 3), ...)

Arguments

x

an object of class sfm produced by fitSfm.

digits

an integer value, to indicate the required number of significant digits. Default is 3.

...

optional arguments passed to the print method.

Author(s)

Yi-An Chen and Sangeetha Srinivasan

See Also

fitSfm, summary.sfm

Examples

1
2
3
data(StockReturns)
fit <- fitSfm(r.M, k=2)
print(fit)

sangeeuw/factorAnalytics_Avinash documentation built on May 22, 2019, 2:48 p.m.