Learn R Programming

bdrift (version 1.2.2)

print.BDA: Print Beta Drift Anaylses

Description

print.BDA prints beta drift anaylses.

Usage

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

Examples

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

Run the code above in your browser using DataLab