powered by
Add the quantile data to the ecd object if it is not created yet.
# S3 method for ecd quantilize(object, show.warning = FALSE)quantilize(object, show.warning = FALSE)# S4 method for ecd quantilize(object, show.warning = FALSE)
quantilize(object, show.warning = FALSE)
# S4 method for ecd quantilize(object, show.warning = FALSE)
an object of ecd class
logical, if TRUE, display a warning message. Default is FALSE.
TRUE
FALSE
an object of ecd class with a newly generated ecdq object.
# NOT RUN { d <- ecd(-1,1) quantilize(d) # }
Run the code above in your browser using DataLab