is.sr: Is this in the "sr" class?

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/sr.r

Description

Checks if an object is in the class 'sr'

Usage

1
is.sr(x)

Arguments

x

an object of some kind.

Details

To satisfy the minimum requirements of an S3 class.

Value

a boolean.

Author(s)

Steven E. Pav shabbychef@gmail.com

See Also

sr

Other sr: as.sr(), confint.sr(), dsr(), plambdap(), power.sr_test(), predint(), print.sr(), reannualize(), se(), sr_equality_test(), sr_test(), sr_unpaired_test(), sr_vcov(), sr, summary.sr

Examples

1
2
rvs <- as.sr(rnorm(253*8),ope=253)
is.sr(rvs)

shabbychef/SharpeR documentation built on Aug. 21, 2021, 8:50 a.m.