Learn R Programming

ecd (version 0.9.2.4)

ecdq: Constructor of ecdq class

Description

Construct an ecdq class by providing the required parameters.

Usage

ecdq(ecd, verbose = FALSE)

Arguments

ecd

An object of ecd class

verbose

logical, display timing information, for debugging purpose.

Value

An object of ecdq class

Examples

Run this code
# NOT RUN {
    d <- ecd()
    dq <- ecdq(d)
# }

Run the code above in your browser using DataLab