print.BDA: Print Beta Drift Anaylses

Description Usage Arguments Details Author(s) Examples

Description

print.BDA prints beta drift anaylses.

Usage

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

Arguments

x

an object of class BDA.

...

additional parameters.

Details

This function prints simplified summary statistics of analyses created by the BDA function.

Author(s)

Markus Peter Auer <mp.auer@meanerreversion.com>

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
## Not run: 
###################################################
####             Full example                  ####
###################################################

results <- BDA(data = FFfactors, spec = (VOO~SP500),
               horizon = 250, doplot = TRUE)
print(results)

## End(Not run)

###################################################
####        CRAN-compatible example            ####
###################################################

results <- BDA(data = FFfactors[nrow(FFfactors):(nrow(FFfactors)-300),], 
               spec = (VOO~SP500),horizon = 250, doplot = FALSE)
print(results)
message("NOTE: This is a shortened example. Reference the manual for more complex examples")

MeanerReversion/bdrift documentation built on May 8, 2019, 9:54 a.m.