Learn R Programming

SharpeR (version 1.1.0)

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

Description

Checks if an object is in the class 'sr'

Usage

is.sr(x)

Arguments

x

an object of some kind.

Value

a boolean.

Details

To satisfy the minimum requirements of an S3 class.

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

Examples

Run this code
# NOT RUN {
rvs <- as.sr(rnorm(253*8),ope=253)
is.sr(rvs)
# }

Run the code above in your browser using DataLab