Learn R Programming

ecd (version 0.9.2.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

# S3 method for ecd
quantilize(object, show.warning = FALSE)

quantilize(object, show.warning = FALSE)

# S4 method for ecd 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)
# }

Run the code above in your browser using DataLab