test.stat<- {changepoint} | R Documentation |
Generic Function - test.stat<-
Description
Generic function
Usage
test.stat(object)<-value
Arguments
object |
Depending on the class of |
value |
Replacement value |
Details
Generic Function
Value
Depends on the class of object
, see individual methods
Author(s)
Rebecca Killick
See Also
Examples
x=new("cpt") # new cpt object
test.stat(x)<-"normal" # replaces the current test.stat slot of x with "normal"
[Package changepoint version 2.2.4 Index]