Learn R Programming

SharpeR (version 1.4.0)

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

Description

Checks if an object is in the class 'sr'

Usage

is.sr(x)

Value

a boolean.

Arguments

x

an object of some kind.

Author

Steven E. Pav shabbychef@gmail.com

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, sr_equality_test(), sr_test(), sr_unpaired_test(), sr_vcov(), summary.sr

Examples

Run this code
rvs <- as.sr(rnorm(253*8),ope=253)
is.sr(rvs)

Run the code above in your browser using DataLab