Learn R Programming

changepoint.geo (version 1.0.2)

test.stat: Generic Function - test.stat

Description

Generic Function

Usage

test.stat(object)

Value

Character string of test statistic used.

Arguments

object

Object of class cpt.geo.

Author

Thomas Grundy

Details

Generic function

See Also

test.stat-methods

Examples

Run this code
x <- new('cpt.geo')	#new cpt.geo object
test.stat(x)	#retrieves the test.stat slot from x.

Run the code above in your browser using DataLab