printSE: Formatted output of the results from xxx.SE() functions

Description Usage Arguments Value Author(s) Examples

Description

Formatted output of the results from xxx.SE() functions

Usage

1
printSE(res, round.digit = 3, valonly = TRUE)

Arguments

res

the results from the xx.SE() functions

round.digit

the number of digits to round to

valonly

if true, return only the data frame, otherwise print and return data frame

Value

data frame

Author(s)

Xin Chen, chenx26@uw.edu

Examples

1
2
3
data(edhec)
res = ES.SE(edhec, p=.95, method="historical",se.method = "IFiid")
printSE(res, round.digit = 4)

chenx26/EstimatorStandardError documentation built on May 13, 2019, 3:53 p.m.