print.pafm: Print object of class '"pafm"'.

Description Usage Arguments Author(s) Examples

Description

Generic function of print method for paFm.

Usage

1
2
## S3 method for class 'pafm'
print(x, ...)

Arguments

x

object of class "pafm" created by paFm.

...

Other arguments for print methods.

Author(s)

Yi-An Chen.

Examples

1
2
3
4
5
6
7
# load data from the database
 data(managers)
# 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)

arorar/FactorAnalytics documentation built on May 10, 2019, 1:47 p.m.