BICvalues-: Generic Function - BICvalues<-

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Generic function

Usage

1
BICvalues(object)<-value

Arguments

object

Depending on the class of object depends on the method used (and if one exists)

value

Replacement value

Details

Generic Function

Value

Depends on the class of object, see individual methods

Author(s)

Andrew Connell

See Also

BICvalues<–methods

Examples

1
2
x=new("cpt.ar") # new cpt object
BICvalues(x)<-c(0) # replaces the current BICvalues slot of x with empty vector.

AndrewC1998/changepoint-new documentation built on Sept. 5, 2019, 6:37 a.m.