ecdq: Constructor of ecdq class

ecdqR Documentation

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

Author(s)

Stephen H. Lihn

Examples

## Not run: 
    d <- ecd()
    dq <- ecdq(d)

## End(Not run)

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