Learn R Programming

changepoint.geo (version 1.0.2)

nquantiles: Generic Function - nquantiles

Description

Generic Function

Usage

nquantiles(object)

Value

Numeric value of number of quantiles used in empirical likelihood.

Arguments

object

Object of class cpt.geo.

Author

Thomas Grundy

Details

Generic function

See Also

nquantiles-methods

Examples

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

Run the code above in your browser using DataLab