summary.BDA: Summarize Beta Drift Analyses

Description Usage Arguments Details Author(s) Examples

View source: R/summary.R

Description

summary.BDA summarizes the results of beta drift analyses.

Usage

1
2
## S3 method for class 'BDA'
summary(object, ...)

Arguments

object

an object of class BDA.

...

additional parameters.

Details

This function prints a detailed summary of the analyses produced 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)
summary(results)

## End(Not run)

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

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

bdrift documentation built on May 29, 2017, 6:19 p.m.