is.del_sropt {SharpeR}R Documentation

Is this in the "del_sropt" class?

Description

Checks if an object is in the class 'del_sropt'

Usage

is.del_sropt(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

del_sropt

Other del_sropt: as.del_sropt(), del_sropt

Examples

roll.own <- del_sropt(z.s=2,z.sub=1,df1=10,df2=1000,df1.sub=3,ope=1,epoch="yr")
is.sropt(roll.own)

[Package SharpeR version 1.3.0 Index]