Learn R Programming

ecd (version 0.6.4)

quantilize.ecd: Add the quantile data to the ecd object

Description

Add the quantile data to the ecd object if it is not created yet.

Usage

"quantilize"(object, show.warning = FALSE)
quantilize(object, show.warning = FALSE)
"quantilize"(object, show.warning = FALSE)

Arguments

object
an object of ecd class
show.warning
logical, if TRUE, display a warning message. Default is FALSE.

Value

an object of ecd class with a newly generated ecdq object.

Examples

Run this code
## Not run: 
#    d <- ecd(-1,1)
#    quantilize(d)
# ## End(Not run)

Run the code above in your browser using DataLab