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

View source: R/sr.r

is.del_sroptR 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)

shabbychef/SharpeR documentation built on Dec. 23, 2024, 6:34 p.m.