Learn R Programming

SharpeR (version 1.3.0)

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

Value

a boolean.

Details

To satisfy the minimum requirements of an S3 class.

See Also

del_sropt

Other del_sropt: as.del_sropt(), del_sropt

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab