Learn R Programming

changepoint.geo (version 1.0.1)

nquantiles<-: Generic Function - nquantiles<-

Description

Generic function

Usage

nquantiles(object) <- value

Arguments

object

Object of class cpt.geo.

value

Replacement value.

Value

Numeric value of number of quantiles used in empirical likelihood.

Details

Generic function.

See Also

nquantiles<--methods

Examples

Run this code
# NOT RUN {
x <- new('cpt.geo')
nquantiles(x) <- 10
# }

Run the code above in your browser using DataLab