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

quantilize.ecdR Documentation

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 class 'ecd'
quantilize(object, show.warning = FALSE)

quantilize(object, show.warning = FALSE)

## S4 method for signature '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.

Author(s)

Stephen H-T. Lihn

Examples

## Not run: 
   d <- ecd(-1,1)
   quantilize(d)

## End(Not run)

ecd documentation built on May 10, 2022, 1:07 a.m.