print.StatFactorModel: print StatFactorModel object

Description Usage Arguments Author(s) Examples

Description

Generic function of print method for fitStatFactorModel.

Usage

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

Arguments

x

Fit object created by fitStatisticalFactorModel.

digits

Integer indicating the number of decimal places. Default is 3.

...

Other arguments for print methods.

Author(s)

Eric Zivot and Yi-An Chen.

Examples

1
2
3
4
5
6
7
# load data for fitStatisticalFactorModel.r
# data from finmetric berndt.dat and folio.dat

data(stat.fm.data)
# pca
sfm.pca.fit <- fitStatisticalFactorModel(sfm.dat,k=10)
print(sfm.pca.fit)

R-Finance/FactorAnalytics documentation built on May 8, 2019, 3:51 a.m.