Learn R Programming

changepoint.geo (version 1.0.1)

test.stat: Generic Function - test.stat

Description

Generic Function

Usage

test.stat(object)

Arguments

object

Object of class cpt.geo.

Value

Character string of test statistic used.

Details

Generic function

See Also

test.stat-methods

Examples

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