nquantiles | R Documentation |
Generic Function
nquantiles(object)
object |
Object of class cpt.geo. |
Generic function
Numeric value of number of quantiles used in empirical likelihood.
Thomas Grundy
nquantiles-methods
x <- new('cpt.geo') #new cpt.geo object
nquantiles(x) <- 10
nquantiles(x) #retrieves the nquantiles slot from x.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.