Learn R Programming

bdrift (version 1.2.2)

summary.BDA: Summarize Beta Drift Analyses

Description

summary.BDA summarizes the results of beta drift analyses.

Usage

"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.

Examples

Run this code
## 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")

Run the code above in your browser using DataLab