Learn R Programming

hce (version 0.7.0)

as_hce: A generic function for coercing data structures to hce objects

Description

A generic function for coercing data structures to hce objects

Usage

as_hce(x, ...)

Value

an hce object.

Arguments

x

an object used to select a method.

...

additional parameters.

See Also

as_hce.data.frame().

Examples

Run this code
### data frames 
data(HCE1)
HCE <- as_hce(HCE1)
calcWINS(HCE)

Run the code above in your browser using DataLab